增加多租户隔离初版

This commit is contained in:
dushixiang
2021-01-13 20:09:48 +08:00
parent e00453cbad
commit 499dd3ab85
7 changed files with 96 additions and 10 deletions

View File

@ -14,6 +14,7 @@ const Token = "X-Auth-Token"
func SetupRoutes() *echo.Echo {
e := echo.New()
e.HideBanner = true
e.File("/", "web/build/index.html")
e.File("/logo.svg", "web/build/logo.svg")