We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28bce6a commit 8a8ea54Copy full SHA for 8a8ea54
1 file changed
app/main.py
@@ -50,7 +50,6 @@ def custom_error_formatter(error: GraphQLError, debug: bool = False) -> dict:
50
async def graphql_playground():
51
return PLAYGROUND_HTML
52
53
-@app.post("/auth")
54
@app.post("/")
55
async def graphql_server(request: Request, response: Response):
56
# logger.warn(f"\ngraphql_server: request = {request.__dict__}")
0 commit comments