Cleanup logging, give not allowed to GET on gateway functions

This commit is contained in:
Alex Ellis
2017-04-05 22:34:45 +01:00
parent 469fc690da
commit 3aec97441e
3 changed files with 51 additions and 41 deletions

View File

@ -10,6 +10,7 @@ import (
faasHandlers "github.com/alexellis/faas/gateway/handlers"
"github.com/alexellis/faas/gateway/metrics"
"github.com/docker/docker/client"
"github.com/gorilla/mux"
)