This commit is contained in:
WJQSERVER 2025-02-18 10:34:24 +08:00
parent 8336896979
commit 146dedea21
9 changed files with 651 additions and 648 deletions

View file

@ -181,6 +181,8 @@ func init() {
}
router.GET("/", gin.WrapH(http.FileServer(http.FS(pages))))
router.GET("/favicon.ico", gin.WrapH(http.FileServer(http.FS(pages))))
router.GET("/script.js", gin.WrapH(http.FileServer(http.FS(pages))))
router.GET("/style.css", gin.WrapH(http.FileServer(http.FS(pages))))
}
router.NoRoute(func(c *gin.Context) {