mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
7 lines
131 B
Go
7 lines
131 B
Go
package public
|
|
|
|
import "github.com/gin-gonic/gin"
|
|
|
|
func InitRouter(r *gin.RouterGroup) {
|
|
r.GET("/icp_settings", GetICPSettings)
|
|
}
|