1
mirror of https://gitlab.com/commento/commento.git synced 2026-06-17 09:55:27 -04:00

router_static.go: redirect / to login

This commit is contained in:
Adhityaa
2018-06-03 17:09:49 +05:30
parent 11fdecb8cc
commit 31d965bf12
+2
View File
@@ -88,5 +88,7 @@ func initStaticRouter(router *mux.Router) error {
})
}
router.HandleFunc("/", redirectLogin)
return nil
}