Restructure minio api, move signature checks from utils to Api.

This commit is contained in:
Harshavardhana
2015-03-18 17:49:33 -07:00
parent 7ddf6a9f8f
commit 7ce3ab3193
18 changed files with 41 additions and 42 deletions

View File

@@ -68,7 +68,7 @@ func runCmd(c *cli.Context) {
TLS: false,
CertFile: "",
KeyFile: "",
APIType: server.WebAPI{
APIType: server.Web{
Websocket: false,
},
}