fix soapi sync
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user