Commit 39aed3f1 authored by Joel Collins's avatar Joel Collins
Browse files

Fixed API module links

parent 5c56513d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
gunicorn --threads 5 --workers 1 --bind 0.0.0.0:5000 openflexure_microscope.api.v1:app
 No newline at end of file
gunicorn --threads 5 --workers 1 --bind 0.0.0.0:5000 openflexure_microscope.api.app:app
 No newline at end of file