From 761f98ad16056ddedf69fefd6bbaf5f2185914af Mon Sep 17 00:00:00 2001 From: Andrew Brazzatti Date: Tue, 21 May 2024 01:30:38 +0000 Subject: [PATCH] Added auth path for appconfig routes --- config/auth.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/auth.js b/config/auth.js index 1ed74471e9..ad8c1ba8d9 100644 --- a/config/auth.js +++ b/config/auth.js @@ -157,6 +157,11 @@ module.exports.auth = { role: 'Admin', can_update:true }, + { + path: '/:branding/:portal/appconfig(/*)', + role: 'Admin', + can_update:true + }, { path: '/:branding/:portal/asynch(/*)', role: 'Researcher',