0.2.19-fixes
Some checks failed
deploy / deploy (push) Failing after 1m35s

This commit is contained in:
2024-01-10 16:29:49 +03:00
parent 14dc1c761a
commit 1b2b060b23
5 changed files with 44 additions and 43 deletions

View File

@@ -13,6 +13,7 @@ from starlette.applications import Starlette
from starlette.routing import Route
from resolvers.webhook import WebhookEndpoint
from services.auth import init_auth
from services.rediscache import redis
from services.schema import resolvers
from settings import DEV_SERVER_PID_FILE_NAME, MODE, SENTRY_DSN