esbuild embed

This commit is contained in:
2022-12-13 08:07:11 +08:00
parent 7ef2644e20
commit 4dafaacf8d
2 changed files with 17 additions and 5 deletions

View File

@@ -60,11 +60,6 @@ func NewAPI() *gin.Engine {
store := cookie.NewStore([]byte("Miku saves the world!"))
router.Use(sessions.Sessions("ais", store))
// entry point html
router.GET("/", func(c *gin.Context) {
c.File("./web/public/index.html")
})
group := router.Group("/api")
// json error middleware