launch-fix

This commit is contained in:
2024-01-25 01:34:44 +03:00
parent e0e1e88882
commit fce949603e
2 changed files with 2 additions and 1 deletions

View File

@@ -62,6 +62,7 @@ app.mount("/", GraphQL(schema, debug=True))
if __name__ == "__main__":
Granian(
target="main:app",
port=8888,
interface=Interfaces.ASGI,
reload=True
).serve()