router of download URLs
currently designed for app folder to be mapped into a usgi container. see sample launch script launch_redirect.sh
launch_redirect.sh
expects userdata.csv in app folder.. map as needed.
userdata.csv
run local
cd app export FLASK_APP=main python -m flask run --host 0.0.0.0 --port 5000
/status meant for simplee healtcheck. returns 200 OK
/status
/reload Flushes cache and reloads userdata file. Return JSON of what new userdata is
/reload