From bb4b52c6acf1ee2cb3ca0820244b2b9223e5229e Mon Sep 17 00:00:00 2001 From: George Drummond Date: Wed, 22 May 2019 13:46:49 -0400 Subject: [PATCH] Add in missing route --- atst/routes/applications/index.py | 1 + 1 file changed, 1 insertion(+) diff --git a/atst/routes/applications/index.py b/atst/routes/applications/index.py index 3aebb6b1..d4b2f276 100644 --- a/atst/routes/applications/index.py +++ b/atst/routes/applications/index.py @@ -15,6 +15,7 @@ def has_portfolio_applications(_user, portfolio=None, **_kwargs): return True +@applications_bp.route("/portfolios/") @applications_bp.route("/portfolios//applications") @user_can( Permissions.VIEW_APPLICATION,