From a4e774629bf3d6029cc511ffa15e68337f178014 Mon Sep 17 00:00:00 2001 From: sasi Date: Thu, 30 May 2024 16:34:35 +0530 Subject: [PATCH] changes --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index c9fe579..a908206 100644 --- a/app.py +++ b/app.py @@ -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):