mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 18:35:51 +02:00
fix: config not sync when add #685
This commit is contained in:
parent
b21eb85a1a
commit
0e3489d174
4 changed files with 12 additions and 32 deletions
|
@ -84,11 +84,11 @@ func EditConfig(c *gin.Context) {
|
|||
SyncNodeIds: json.SyncNodeIds,
|
||||
SyncOverwrite: json.SyncOverwrite,
|
||||
})
|
||||
|
||||
if err != nil {
|
||||
api.ErrHandler(c, err)
|
||||
return
|
||||
}
|
||||
|
||||
g := query.ChatGPTLog
|
||||
// handle rename
|
||||
if path != json.NewFilepath {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue