Refactor to move config handling into api/

This commit is contained in:
Harshavardhana
2015-03-18 22:49:02 -07:00
parent b61daa0f87
commit a1baed3bbc
8 changed files with 21 additions and 21 deletions

View File

@@ -20,7 +20,7 @@ import (
"net/http"
"strings"
"github.com/minio-io/minio/pkg/utils/config"
"github.com/minio-io/minio/pkg/api/config"
)
type vHandler struct {