From a7d6911489e56deac125999022bb093f9307665e Mon Sep 17 00:00:00 2001 From: Mark Cotton Date: Tue, 29 Aug 2023 14:51:50 -0500 Subject: [PATCH] ignoring settings.py and tweaking routes output --- .gitignore | 2 +- app.py | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index d1eaac4..519ef12 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,4 @@ my_settings.py .ipynb_checkpoints/* flask_session/ git-version.txt - +settings.py diff --git a/app.py b/app.py index 97936c6..03553f9 100644 --- a/app.py +++ b/app.py @@ -58,18 +58,18 @@ app.config.from_object(__name__) Session(app) -# flask routes -# +# $ flask routes -s rule +# INFO:root:Using EagleEyev3 version 0.0.15 # Endpoint Methods Rule # --------------------- ------- ------------------------------- +# index GET / # accounts GET /accounts -# camera__preivew_image GET /camera//preview_image -# camera_detail GET /camera//events/ # camera_detail GET /camera//events +# camera_detail GET /camera//events/ # camera_live_preivew GET /camera//preview +# camera__preivew_image GET /camera//preview_image # camera_status_plot GET /camera//status_plot # cameras GET /cameras -# index GET / # landing GET /landing # login_callback GET /login_callback # logout GET /logout