DNSC-3610: fix url

This commit is contained in:
pieterjan.eilers 2025-08-13 11:26:36 +02:00
parent 81f2cddcb3
commit 28729d4cbb

View file

@ -42,7 +42,7 @@ type Record struct {
const (
endpoint = "https://api.yoursrs.com/v2"
endpointSandbox = "http://localhost:8080/srs/services"
endpointSandbox = "https://api.yoursrs-ote.com/v2"
)
func (api *realtimeregisterAPI) request(method string, url string, body io.Reader) ([]byte, error) {