aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/api_credentials.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/api_credentials.go')
-rw-r--r--app/controllers/api_credentials.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/api_credentials.go b/app/controllers/api_credentials.go
index 1cefc07..cd1a912 100644
--- a/app/controllers/api_credentials.go
+++ b/app/controllers/api_credentials.go
@@ -35,6 +35,7 @@ func NewAPICredentialsHandler(a *AWSAPI) echo.HandlerFunc {
35 DefaultHandler: al.Handle, 35 DefaultHandler: al.Handle,
36 Handlers: map[string]echo.HandlerFunc{ 36 Handlers: map[string]echo.HandlerFunc{
37 contentTypeV1: al.Handle, 37 contentTypeV1: al.Handle,
38 contentTypeV2: al.Handle,
38 }, 39 },
39 } 40 }
40 return h.Handle 41 return h.Handle