mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
8 lines
110 B
Go
8 lines
110 B
Go
//go:build unembed
|
|
|
|
package router
|
|
|
|
import "github.com/gin-gonic/gin"
|
|
|
|
func initEmbedRoute(r *gin.Engine) {
|
|
}
|