shortener/shortener/wsgi.py
2021-05-29 16:22:13 +02:00

5 lines
73 B
Python

from shortener.main import app
if __name__ == "__main__":
app.run()