mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-07 21:54:59 +08:00
DNSC-3610: fix url
This commit is contained in:
parent
81f2cddcb3
commit
28729d4cbb
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue