mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
feat: customize local environment name #313
This commit is contained in:
parent
4c74bc8619
commit
1e9de6f21b
13 changed files with 78 additions and 36 deletions
|
@ -11,6 +11,7 @@ func InitPublicRouter(r *gin.RouterGroup) {
|
|||
}
|
||||
|
||||
func InitPrivateRouter(r *gin.RouterGroup) {
|
||||
r.GET("settings/server/name", GetServerName)
|
||||
r.GET("settings", GetSettings)
|
||||
r.POST("settings", SaveSettings)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue