fix soapi sync

This commit is contained in:
vanilia
2025-12-03 14:02:29 +07:00
parent 2d701e0992
commit 7276b2a985
5 changed files with 39 additions and 4 deletions
@@ -32,5 +32,5 @@ func Delete(input *e.DeleteDto) error {
}
func getPrefixEndpoint() string {
return fmt.Sprintf("%s%s/v1/encounter", sync.O.TargetHost, sync.O.Prefix)
return fmt.Sprintf("%s%s/v1/soapi", sync.O.TargetHost, sync.O.Prefix)
}