URL Expander in Flask
Basic URL expander written as a Flask app.
To use:
PLATFORM_URL
environment variable that contains the base URL running Shortener (Do not include a trailing slash in the URL).python main.py
to run the app.