mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 02:45:49 +02:00
fix(config): integrate SyncNodeIds and SyncOverwrite into Config struct
This commit is contained in:
parent
3502227510
commit
b84c444c55
3 changed files with 13 additions and 17 deletions
|
@ -101,5 +101,7 @@ func EditConfig(c *gin.Context) {
|
|||
FilePath: absPath,
|
||||
ModifiedAt: time.Now(),
|
||||
Dir: filepath.Dir(relativePath),
|
||||
SyncNodeIds: cfg.SyncNodeIds,
|
||||
SyncOverwrite: cfg.SyncOverwrite,
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue