From 39aed3f122fc399d9b0adf35d1f5d7dc736997d4 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Thu, 6 Dec 2018 15:43:50 +0000 Subject: [PATCH] Fixed API module links --- docs/source/api.rst | 4 ++-- start_interface | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/api.rst b/docs/source/api.rst index cbc93554..4d409ccd 100644 --- a/docs/source/api.rst +++ b/docs/source/api.rst @@ -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: diff --git a/start_interface b/start_interface index 13b267f7..b4ccb02b 100644 --- a/start_interface +++ b/start_interface @@ -1 +1 @@ -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