mirror of
https://github.com/kevin-DL/ShortMe-URL-Shortener.git
synced 2026-01-11 19:14:29 +00:00
6 lines
123 B
Python
6 lines
123 B
Python
# ------- local imports -------
|
|
from app.app import app
|
|
|
|
if __name__ == '__main__':
|
|
app.run(host='0.0.0.0', port=5555)
|