From df79ad312e2f1ae716bf4bf039270dfbd4f630dc Mon Sep 17 00:00:00 2001 From: Sudo-JHare Date: Wed, 4 Jun 2025 19:34:22 +1000 Subject: [PATCH] Update app.py --- app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index 32387f6..2648253 100644 --- a/app.py +++ b/app.py @@ -71,7 +71,7 @@ def create_app(): }, "host": "localhost:5001", "basePath": "/oauth2", - "schemes": ["https"] + "schemes": ["http"] } swagger_config = { "specs": [ @@ -602,4 +602,4 @@ def create_app(): if __name__ == '__main__': app = create_app() - app.run(debug=True, port=5001) \ No newline at end of file + app.run(debug=True, port=5001)