Fixed API module links
This commit is contained in:
parent
5c56513dd1
commit
39aed3f122
2 changed files with 3 additions and 3 deletions
|
|
@ -3,14 +3,14 @@ REST API
|
|||
|
||||
Summary
|
||||
-------
|
||||
.. qrefflask:: openflexure_microscope.api.v1:app
|
||||
.. qrefflask:: openflexure_microscope.api.app:app
|
||||
:undoc-endpoints: index
|
||||
:undoc-static:
|
||||
:endpoints:
|
||||
|
||||
Details
|
||||
-----------
|
||||
.. autoflask:: openflexure_microscope.api.v1:app
|
||||
.. autoflask:: openflexure_microscope.api.app:app
|
||||
:undoc-endpoints: index
|
||||
:undoc-static:
|
||||
:endpoints:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue