mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-06-19 07:36:59 +00:00
8 lines
131 B
Go
8 lines
131 B
Go
package public
|
|
|
|
import "github.com/gin-gonic/gin"
|
|
|
|
func InitRouter(r *gin.RouterGroup) {
|
|
r.GET("/icp_settings", GetICPSettings)
|
|
}
|