mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
chore: update docs
This commit is contained in:
parent
df304b41bc
commit
ae16ca4139
11 changed files with 62 additions and 17 deletions
|
@ -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("")))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue