diff --git a/server/SHServ/Routes.php b/server/SHServ/Routes.php index c91c991..b0bc515 100644 --- a/server/SHServ/Routes.php +++ b/server/SHServ/Routes.php @@ -60,8 +60,8 @@ return "Smart home server.
Version 0.1 dev"; }); - $this -> router -> uri("/cron/regular-scripts.html", "{$this -> cn}\\CronController@run_regular_cron_scripts"); - $this -> router -> uri("/cron/status-update-scanning.html", "{$this -> cn}\\CronController@status_update_scanning"); + $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"); }