This commit is contained in:
@@ -16,7 +16,7 @@ async def check_auth(req):
|
||||
query_type = "mutation" if INTERNAL_AUTH_SERVER else "query"
|
||||
operation = "GetUserId"
|
||||
|
||||
headers = {"Authorization": token, "Content-Type": "application/json"} # "Bearer " + removed
|
||||
headers = {"Authorization": token, "Content-Type": "application/json"} # "Bearer " + removed
|
||||
|
||||
gql = {
|
||||
"query": query_type + " " + operation + " { " + query_name + " { user { id } } " + " }",
|
||||
|
Reference in New Issue
Block a user