mirror of
https://github.com/minio/minio.git
synced 2025-11-25 20:16:10 -05:00
Restructure server code, controller now runs in silo
This commit is contained in:
@@ -24,9 +24,9 @@ import (
|
||||
"os"
|
||||
"strings"
|
||||
|
||||
"github.com/minio/minio/pkg/minhttp"
|
||||
"github.com/minio/minio/pkg/probe"
|
||||
"github.com/minio/minio/pkg/server/api"
|
||||
"github.com/minio/minio/pkg/server/minhttp"
|
||||
)
|
||||
|
||||
// getAPI server instance
|
||||
|
||||
Reference in New Issue
Block a user