mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-06-19 07:36:59 +00: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) {
|
|
}
|