asgi.py 81 B

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