aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/api_console_redirect.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/api_console_redirect.go')
-rw-r--r--app/controllers/api_console_redirect.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/api_console_redirect.go b/app/controllers/api_console_redirect.go
index 701bbf3..2501a41 100644
--- a/app/controllers/api_console_redirect.go
+++ b/app/controllers/api_console_redirect.go
@@ -30,6 +30,7 @@ func NewAPIConsoleRedirectHandler(a *AWSAPI, fe string) echo.HandlerFunc {
30 DefaultHandler: al.Handle, 30 DefaultHandler: al.Handle,
31 Handlers: map[string]echo.HandlerFunc{ 31 Handlers: map[string]echo.HandlerFunc{
32 contentTypeV1: al.Handle, 32 contentTypeV1: al.Handle,
33 contentTypeV2: al.Handle,
33 }, 34 },
34 } 35 }
35 return h.Handle 36 return h.Handle