From 2bc3b2a8d13b2f3746656db492f2490ed9f0954f Mon Sep 17 00:00:00 2001 From: Mark Cotton Date: Tue, 29 Aug 2023 12:43:32 -0500 Subject: [PATCH] updating flask routes --- app.py | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/app.py b/app.py index b012374..0dbc48e 100644 --- a/app.py +++ b/app.py @@ -59,19 +59,21 @@ Session(app) # $ flask routes -s rule -# INFO:root:Using EagleEyev3 version 0.0.15 -# Endpoint Methods Rule -# --------------------- ------- --------------------------- -# index GET / -# accounts GET /accounts -# camera_live_preivew GET /camera//preview -# camera__preivew_image GET /camera//preview_image -# cameras GET /cameras -# landing GET /landing -# login_callback GET /login_callback -# logout GET /logout -# static GET /static/ -# switch_account GET /switch_account +# INFO:root:Using EagleEyev3 version 0.0.17 +# Endpoint Methods Rule +# --------------------- ------- -------------------------------------------- +# index GET / +# accounts GET /accounts +# camera_live_preivew GET /camera//preview +# camera__preivew_image GET /camera//preview_image +# camera_video_player GET /camera//video_player/ +# camera_list_of_videos GET /camera//videos +# cameras GET /cameras +# landing GET /landing +# login_callback GET /login_callback +# logout GET /logout +# static GET /static/ +# switch_account GET /switch_account def login_required(f):