mirror of
https://github.com/pgsty/minio.git
synced 2026-08-09 07:43:29 +03:00
deprecate embedded browser (#12163)
https://github.com/minio/console takes over the functionality for the future object browser development Signed-off-by: Harshavardhana <harsha@minio.io>
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
package browser
|
||||
|
||||
import "embed"
|
||||
|
||||
//go:embed release/*
|
||||
var fs embed.FS
|
||||
|
||||
// GetStaticAssets returns assets
|
||||
func GetStaticAssets() embed.FS {
|
||||
return fs
|
||||
}
|
||||
Reference in New Issue
Block a user