feat(asgi.py): creado archivo para ejecución en producción

parent 2924302b
Showing with 4 additions and 0 deletions
from asgiref.wsgi import WsgiToAsgi
from app import app # Instancia de Flask
asgi_app = WsgiToAsgi(app)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment