add inlets back

This commit is contained in:
sessionm21 2020-05-15 20:46:28 +01:00
parent 4976cd8b93
commit 9b22419d2b
1 changed files with 1 additions and 0 deletions

1
run.sh
View File

@ -6,5 +6,6 @@ fi
# Run the Flask and Python server through inlets
export DB_LOC=$3
export FLASK_ENV=development
inlets client --remote=$1 --upstream=http://127.0.0.1:5000 --token=$2 &
FLASK_APP=fgs flask run