diff --git a/backend/init/router/router.go b/backend/init/router/router.go index efba28e54..58f49e4d4 100644 --- a/backend/init/router/router.go +++ b/backend/init/router/router.go @@ -18,7 +18,7 @@ import ( ) func setWebStatic(rootRouter *gin.RouterGroup) { - rootRouter.StaticFS("/fav", http.FS(web.Favicon)) + rootRouter.StaticFS("/public", http.FS(web.Favicon)) rootRouter.GET("/assets/*filepath", func(c *gin.Context) { staticServer := http.FileServer(http.FS(web.Assets)) staticServer.ServeHTTP(c.Writer, c.Request) diff --git a/frontend/index.html b/frontend/index.html index 67ed8e048..3941e1ef0 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -2,7 +2,7 @@
- +