Skip to content

Commit

Permalink
🚸 style: js route more friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
soxft committed Dec 3, 2024
1 parent de1a684 commit c15618f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process/webutil/route.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func initRoute(r *gin.Engine) {
js.StaticFile("", config.DistPath+"/busuanzi.js")
js.StaticFile("/jsonp", config.DistPath+"/busuanzi.jsonp.js")
js.StaticFile("/lite", config.DistPath+"/busuanzi.lite.js")
js.StaticFile("/lite/pjax", config.DistPath+"/busuanzi.pjax.lite.js")
js.StaticFile("/lite_pjax", config.DistPath+"/busuanzi.pjax.lite.js")
}

r.NoRoute(middleware.Cache(), controller.Index)
Expand Down

0 comments on commit c15618f

Please sign in to comment.