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):