Add a logo
This commit is contained in:
@@ -104,7 +104,7 @@ func Setup(config *config.Config) *gin.Engine {
|
||||
r.StaticFS("/"+folder, http.FS(subFs))
|
||||
}
|
||||
|
||||
r.StaticFileFS("/favicon.ico", "favicon.ico", http.FS(front.Frontend))
|
||||
r.StaticFileFS("/favicon.svg", "favicon.svg", http.FS(front.Frontend))
|
||||
r.GET("/", serveIndexHtml)
|
||||
|
||||
r.NoRoute(serveIndexHtml)
|
||||
|
||||
Reference in New Issue
Block a user