chore: update docs

This commit is contained in:
Jacky 2025-04-08 11:15:43 +08:00
parent df304b41bc
commit ae16ca4139
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
11 changed files with 62 additions and 17 deletions

View file

@ -11,5 +11,5 @@ import (
func initEmbedRoute(r *gin.Engine) {
r.Use(middleware.CacheJs())
r.GET("/", middleware.IPWhiteList(), static.Serve("/", middleware.MustFs("")))
r.Use(static.Serve("/", middleware.MustFs("")))
}