Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sasi2312 committed May 30, 2024
1 parent 78ed104 commit a4e7746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def get_issues_by_owner_id(owner, issue):


# Before request handler to check for the presence of the secret key
# @app.before_request
@app.before_request
def check_secret_key():
for route_pattern in protected_routes:
if route_pattern.match(request.path):
Expand Down

0 comments on commit a4e7746

Please sign in to comment.