use flareresolver url when configured
All checks were successful
Build and publish the docker image / build (push) Successful in 59s
All checks were successful
Build and publish the docker image / build (push) Successful in 59s
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
parent
2a7121d85c
commit
48288da414
@ -43,7 +43,7 @@ func GET(url string) ([]byte, int, http.Header, error) {
|
|||||||
client.R().SetHeader("Content-Type", "application/json")
|
client.R().SetHeader("Content-Type", "application/json")
|
||||||
client.R().SetBody(request{
|
client.R().SetBody(request{
|
||||||
Cmd: "request.get",
|
Cmd: "request.get",
|
||||||
Url: url,
|
Url: frurl,
|
||||||
MaxTimeout: 60000,
|
MaxTimeout: 60000,
|
||||||
})
|
})
|
||||||
client.R().SetResult(&response{})
|
client.R().SetResult(&response{})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user