mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
change client factory using POST requests
This commit is contained in:
parent
ba781941d4
commit
a05032aade
@ -17,7 +17,7 @@ export class AuthenticationClient {
|
||||
dbCom.apiVersion
|
||||
}/`
|
||||
this.client = new GraphQLClient(this.endpoint, {
|
||||
method: 'GET',
|
||||
method: 'POST',
|
||||
jsonSerializer: {
|
||||
parse: JSON.parse,
|
||||
stringify: JSON.stringify,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user