From 12cd6308cacf44ec1d1b20187f1d2d8e02de79ba Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 21 Feb 2023 10:26:51 +0900 Subject: [PATCH] test --- server.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/server.py b/server.py index 679b21b..ba966b1 100644 --- a/server.py +++ b/server.py @@ -370,4 +370,9 @@ def build_preauth_key_table(): # Main thread ######################################################################################## if __name__ == '__main__': + + # Decorate all functions with @oidc.require_login: + # Get a list of all public pages: + LOG.error("app.url_map -- __main__") + LOG.error(app.url_map) app.run(host="0.0.0.0", debug=DEBUG_STATE)