ignoring settings.py and tweaking routes output

main
Mark Cotton 2023-08-29 14:51:50 -05:00
parent e2056290c9
commit a7d6911489
2 changed files with 6 additions and 6 deletions

2
.gitignore vendored
View File

@ -9,4 +9,4 @@ my_settings.py
.ipynb_checkpoints/* .ipynb_checkpoints/*
flask_session/ flask_session/
git-version.txt git-version.txt
settings.py

10
app.py
View File

@ -58,18 +58,18 @@ app.config.from_object(__name__)
Session(app) Session(app)
# flask routes # $ flask routes -s rule
# # INFO:root:Using EagleEyev3 version 0.0.15
# Endpoint Methods Rule # Endpoint Methods Rule
# --------------------- ------- ------------------------------- # --------------------- ------- -------------------------------
# index GET /
# accounts GET /accounts # accounts GET /accounts
# camera__preivew_image GET /camera/<esn>/preview_image
# camera_detail GET /camera/<esn>/events/<int:days>
# camera_detail GET /camera/<esn>/events # camera_detail GET /camera/<esn>/events
# camera_detail GET /camera/<esn>/events/<int:days>
# camera_live_preivew GET /camera/<esn>/preview # camera_live_preivew GET /camera/<esn>/preview
# camera__preivew_image GET /camera/<esn>/preview_image
# camera_status_plot GET /camera/<esn>/status_plot # camera_status_plot GET /camera/<esn>/status_plot
# cameras GET /cameras # cameras GET /cameras
# index GET /
# landing GET /landing # landing GET /landing
# login_callback GET /login_callback # login_callback GET /login_callback
# logout GET /logout # logout GET /logout