swap access-amanger-api backend to json request encoding
tronnet/workflows: Code Style -- Web Components / style-web (push) Successful in 17s

This commit is contained in:
alu
2026-08-20 20:20:52 +00:00
parent be82519d80
commit da92ce9ea0
+1 -1
View File
@@ -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
};