Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
Filienko committed Aug 8, 2024
1 parent a8eb394 commit 0afb216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwt_proxy/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def create_app(testing=False, cli=False):
app = Flask("jwt_proxy")
register_blueprints(app)
configure_app(app)

print("Configuring")
return app


Expand Down

0 comments on commit 0afb216

Please sign in to comment.