mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
refactor: config management
This commit is contained in:
parent
eb9ede5a4e
commit
53ae1a1ef9
12 changed files with 405 additions and 203 deletions
|
@ -7,4 +7,5 @@ func InitRouter(r *gin.RouterGroup) {
|
|||
r.GET("config/*name", GetConfig)
|
||||
r.POST("config", AddConfig)
|
||||
r.POST("config/*name", EditConfig)
|
||||
r.GET("config_base_path", GetBasePath)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue