mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
client with POST requests
This commit is contained in:
parent
df34bf9b43
commit
61768eb5ad
@ -18,7 +18,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