Fixed API module links

This commit is contained in:
Joel Collins 2018-12-06 15:43:50 +00:00
parent 5c56513dd1
commit 39aed3f122
2 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
gunicorn --threads 5 --workers 1 --bind 0.0.0.0:5000 openflexure_microscope.api.v1:app
gunicorn --threads 5 --workers 1 --bind 0.0.0.0:5000 openflexure_microscope.api.app:app