summaryrefslogtreecommitdiffstats
path: root/web/web.go
diff options
context:
space:
mode:
Diffstat (limited to 'web/web.go')
-rw-r--r--web/web.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/web.go b/web/web.go
index 53276953e..5c1836818 100644
--- a/web/web.go
+++ b/web/web.go
@@ -30,9 +30,9 @@ func NewWeb(a *app.App, root *mux.Router) *Web {
MainRouter: root,
}
- web.InitStatic()
web.InitWebhooks()
web.InitSaml()
+ web.InitStatic()
return web
}