From 28c7f606115f22f0b9a29a8fb4f73a30498efff3 Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Thu, 8 Aug 2019 10:52:49 +0200 Subject: [PATCH] feature-1234: Add explicit AJAX/JSON route --- module/CPK/config/module.config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/CPK/config/module.config.php b/module/CPK/config/module.config.php index 0477caf9da..0e366e3e56 100644 --- a/module/CPK/config/module.config.php +++ b/module/CPK/config/module.config.php @@ -248,6 +248,7 @@ ); $staticRoutes = array( + 'AJAX/JSON', 'MyResearch/UserConnect', 'MyResearch/UserDelete', 'MyResearch/Settings', @@ -262,7 +263,7 @@ 'MyResearch/ShortLoans', 'MyResearch/FavoritesImport', 'MyResearch/ProfileChange', - 'MyResearch/ChangeTitle' + 'MyResearch/ChangeTitle', ); foreach ($staticRoutes as $route) {