mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40:27 +00:00
Correct request method
This commit is contained in:
parent
52eb62a911
commit
a2d98d38e2
@ -28,7 +28,7 @@ def forward_request():
|
||||
'X-API-KEY': pdns_api_key
|
||||
}
|
||||
|
||||
url = urljoin(pdns_api_url, request.path)
|
||||
url = urljoin(pdns_api_url, request.full_path)
|
||||
|
||||
resp = requests.request(request.method,
|
||||
url,
|
||||
|
Loading…
Reference in New Issue
Block a user