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)