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

@ -3,14 +3,14 @@ REST API
Summary Summary
------- -------
.. qrefflask:: openflexure_microscope.api.v1:app .. qrefflask:: openflexure_microscope.api.app:app
:undoc-endpoints: index :undoc-endpoints: index
:undoc-static: :undoc-static:
:endpoints: :endpoints:
Details Details
----------- -----------
.. autoflask:: openflexure_microscope.api.v1:app .. autoflask:: openflexure_microscope.api.app:app
:undoc-endpoints: index :undoc-endpoints: index
:undoc-static: :undoc-static:
:endpoints: :endpoints:

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