Browse Source

Export header _H3

pull/1978/head
Ivru 6 years ago
parent
commit
8e43b86f06
  1. 2
      dnsapi/dns_exoscale.sh

2
dnsapi/dns_exoscale.sh

@ -154,7 +154,7 @@ _exoscale_rest() {
fi
if [ "$data" ] || [ "$method" = "DELETE" ]; then
_H3="Content-Type: application/json"
export _H3="Content-Type: application/json"
_debug data "$data"
response="$(_post "$data" "$request_url" "" "$method")"
else

Loading…
Cancel
Save