mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-05-06 22:12:23 +08:00
9 lines
110 B
Go
9 lines
110 B
Go
//go:build unembed
|
|
|
|
package router
|
|
|
|
import "github.com/gin-gonic/gin"
|
|
|
|
func initEmbedRoute(r *gin.Engine) {
|
|
}
|