asgi.py 68 B

123456
  1. from route import create_app
  2. app = create_app()
  3. #uvicorn asgi:app