nginx_ui/nginx-ui-dev/router/routers_unembed.go

9 lines
110 B
Go
Raw Normal View History

2025-03-04 19:28:12 +08:00
//go:build unembed
package router
import "github.com/gin-gonic/gin"
func initEmbedRoute(r *gin.Engine) {
}