mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
miniobrowser: Bring Minio browser source into minio repo. (#3617)
This commit is contained in:
committed by
Harshavardhana
parent
8489f22fe2
commit
cead24b0f7
@@ -33,7 +33,7 @@ import (
|
||||
"github.com/gorilla/mux"
|
||||
"github.com/gorilla/rpc/v2/json2"
|
||||
"github.com/minio/minio-go/pkg/policy"
|
||||
"github.com/minio/miniobrowser"
|
||||
"github.com/minio/minio/browser"
|
||||
)
|
||||
|
||||
// WebGenericArgs - empty struct for calls that don't accept arguments
|
||||
|
||||
@@ -25,7 +25,7 @@ import (
|
||||
router "github.com/gorilla/mux"
|
||||
jsonrpc "github.com/gorilla/rpc/v2"
|
||||
"github.com/gorilla/rpc/v2/json2"
|
||||
"github.com/minio/miniobrowser"
|
||||
"github.com/minio/minio/browser"
|
||||
)
|
||||
|
||||
// webAPI container for Web API.
|
||||
|
||||
Reference in New Issue
Block a user