shortener/shortener/wsgi.py

5 lines
73 B
Python
Raw Normal View History

2021-05-29 16:22:13 +02:00
from shortener.main import app
if __name__ == "__main__":
app.run()