Skip to content

Commit 8a8ea54

Browse files
authored
Update main.py
1 parent 28bce6a commit 8a8ea54

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def custom_error_formatter(error: GraphQLError, debug: bool = False) -> dict:
5050
async def graphql_playground():
5151
return PLAYGROUND_HTML
5252

53-
@app.post("/auth")
5453
@app.post("/")
5554
async def graphql_server(request: Request, response: Response):
5655
# logger.warn(f"\ngraphql_server: request = {request.__dict__}")

0 commit comments

Comments
 (0)