mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
move httpserver under server
This commit is contained in:
@@ -23,7 +23,7 @@ import (
|
||||
|
||||
"github.com/minio-io/minio/pkg/api/minioapi"
|
||||
"github.com/minio-io/minio/pkg/api/webuiapi"
|
||||
"github.com/minio-io/minio/pkg/httpserver"
|
||||
"github.com/minio-io/minio/pkg/server/httpserver"
|
||||
mstorage "github.com/minio-io/minio/pkg/storage"
|
||||
"github.com/minio-io/minio/pkg/storage/fs"
|
||||
"github.com/minio-io/minio/pkg/storage/inmemory"
|
||||
|
||||
Reference in New Issue
Block a user