Created API V1

This commit is contained in:
Joel Collins 2018-11-08 15:02:04 +00:00
parent d04943c944
commit 973ccf67ab
8 changed files with 132 additions and 18 deletions

View file

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