aboutsummaryrefslogtreecommitdiff
path: root/app/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/api/cache.controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/api/cache.controller.php b/app/controllers/api/cache.controller.php
index 2286445..7f149c0 100644
--- a/app/controllers/api/cache.controller.php
+++ b/app/controllers/api/cache.controller.php
@@ -3,5 +3,5 @@
* Invalidate cache
*/
if ($_SERVER['REQUEST_METHOD'] === 'POST') {
- echo $cacheBust = shell_exec('../bootstrap/helpers/cache-bust');
+ echo $cacheBust = shell_exec('../bootstrap/helpers/cache');
}