Skip to content

Commit

Permalink
fix: failed to sync config due to route path error #685
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJacky committed Oct 30, 2024
1 parent 97492c7 commit 0c2e7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 0c2e7a5

Please sign in to comment.