mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
feat: config history
This commit is contained in:
parent
771859d3b8
commit
57b8dfd2f9
15 changed files with 823 additions and 75 deletions
|
@ -18,4 +18,6 @@ func InitRouter(r *gin.RouterGroup) {
|
|||
o.POST("config_mkdir", Mkdir)
|
||||
o.POST("config_rename", Rename)
|
||||
}
|
||||
|
||||
r.GET("config_histories", GetConfigHistory)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue