mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
fix: failed to sync config due to route path error #685
This commit is contained in:
parent
97492c71b2
commit
0c2e7a5766
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ func (p *SyncConfigPayload) deploy(env *model.Environment, c *model.Config, payl
|
|||
client := http.Client{
|
||||
Transport: t,
|
||||
}
|
||||
url, err := env.GetUrl("/api/config")
|
||||
url, err := env.GetUrl("/api/configs")
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue