diff --git a/server/SHServ/Routes.php b/server/SHServ/Routes.php index 5103d32..baad303 100644 --- a/server/SHServ/Routes.php +++ b/server/SHServ/Routes.php @@ -70,6 +70,7 @@ $this -> router -> uri("/cron/regular-scripts", "{$this -> cn}\\CronController@run_regular_cron_scripts"); $this -> router -> uri("/cron/status-update-scanning", "{$this -> cn}\\CronController@status_update_scanning"); + $this -> router -> uri("/cron/run-timers", "{$this -> cn}\\CronController@run_timers"); $this -> router -> uri("/text-msgs", "{$this -> cn}\\AppController@text_msgs"); // Auth