sync-precache
All checks were successful
deploy / deploy (push) Successful in 1m3s

This commit is contained in:
2023-12-19 18:31:31 +03:00
parent a0d111c50d
commit b141c26e80
5 changed files with 21 additions and 28 deletions

View File

@@ -51,5 +51,6 @@ async def shutdown():
await redis.disconnect()
get_all_authors()
app = Starlette(debug=True, on_startup=[start_up], on_shutdown=[shutdown])
app.mount("/", GraphQL(schema, debug=True))