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