Updated url

This commit is contained in:
alexjanousekGSA
2024-11-15 12:12:04 -05:00
parent 5b48127155
commit c432e434ae
+1 -1
View File
@@ -23,7 +23,7 @@ from notifications_utils.url_safe_token import generate_token
@main.before_request @main.before_request
def check_feature_flags(): def check_feature_flags():
if ( if (
request.path.startswith("/best-practices") request.path.startswith("/guides/best-practices")
and not current_app.config.get("FEATURE_BEST_PRACTICES_ENABLED", False) and not current_app.config.get("FEATURE_BEST_PRACTICES_ENABLED", False)
): ):
abort(404) abort(404)