We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2eaa286 + d43de5f commit ff41ee2Copy full SHA for ff41ee2
pkg/providers/porkbun/api/api.go
@@ -7,10 +7,10 @@ import (
7
)
8
9
const (
10
- PING string = "https://porkbun.com/api/json/v3/ping"
11
- RETRIEVE string = "https://porkbun.com/api/json/v3/dns/retrieve"
12
- CREATE string = "https://porkbun.com/api/json/v3/dns/create"
13
- DELETE string = "https://porkbun.com/api/json/v3/dns/delete"
+ PING string = "https://api.porkbun.com/api/json/v3/ping"
+ RETRIEVE string = "https://api.porkbun.com/api/json/v3/dns/retrieve"
+ CREATE string = "https://api.porkbun.com/api/json/v3/dns/create"
+ DELETE string = "https://api.porkbun.com/api/json/v3/dns/delete"
14
15
16
type Api struct {
0 commit comments