feat: customize local environment name #313

This commit is contained in:
Jacky 2024-05-07 11:20:35 +08:00
parent 4c74bc8619
commit 1e9de6f21b
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
13 changed files with 78 additions and 36 deletions

View file

@ -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)