Change order of web endpoints (#8817)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
a9d083d119
Коммит
1af1bce619
@@ -30,9 +30,9 @@ func NewWeb(a *app.App, root *mux.Router) *Web {
|
|||||||
MainRouter: root,
|
MainRouter: root,
|
||||||
}
|
}
|
||||||
|
|
||||||
web.InitStatic()
|
|
||||||
web.InitWebhooks()
|
web.InitWebhooks()
|
||||||
web.InitSaml()
|
web.InitSaml()
|
||||||
|
web.InitStatic()
|
||||||
|
|
||||||
return web
|
return web
|
||||||
}
|
}
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user