swap access-amanger-api backend to json request encoding
tronnet/workflows: Code Style -- Web Components / style-web (push) Successful in 17s
tronnet/workflows: Code Style -- Web Components / style-web (push) Successful in 17s
This commit is contained in:
@@ -25,7 +25,7 @@ export default class ACCESS_MANAGER_API extends ACCESS_BACKEND {
|
||||
mode: "cors",
|
||||
credentials: "include",
|
||||
headers: {
|
||||
"Content-Type": "application/x-www-form-urlencoded"
|
||||
"Content-Type": "application/json"
|
||||
},
|
||||
data: body
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user