Skip to content
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.

Commit

Permalink
feature-1234: Add explicit AJAX/JSON route
Browse files Browse the repository at this point in the history
  • Loading branch information
xmorave2 authored and xrosecky committed Sep 11, 2019
1 parent 067eb7a commit 28c7f60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion module/CPK/config/module.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@
);

$staticRoutes = array(
'AJAX/JSON',
'MyResearch/UserConnect',
'MyResearch/UserDelete',
'MyResearch/Settings',
Expand All @@ -262,7 +263,7 @@
'MyResearch/ShortLoans',
'MyResearch/FavoritesImport',
'MyResearch/ProfileChange',
'MyResearch/ChangeTitle'
'MyResearch/ChangeTitle',
);

foreach ($staticRoutes as $route) {
Expand Down

0 comments on commit 28c7f60

Please sign in to comment.