simple-login/wsgi.py

4 lines
50 B
Python

from server import create_app
app = create_app()