Skip to content

Commit

Permalink
修复自定义css、js无效的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
hslr-s committed Jan 17, 2024
1 parent e775aad commit a447a04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/router/A_ENTER.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ func InitRouters(addr string) error {
webPath := "./web"
router.StaticFile("/", webPath+"/index.html")
router.Static("/assets", webPath+"/assets")
router.Static("/custom", webPath+"/custom")
router.StaticFile("/favicon.ico", webPath+"/favicon.ico")
router.StaticFile("/favicon.svg", webPath+"/favicon.svg")
}
Expand Down

0 comments on commit a447a04

Please sign in to comment.