diff --git a/server/SHServ/Routes.php b/server/SHServ/Routes.php index 55663c9..c9a77f9 100644 --- a/server/SHServ/Routes.php +++ b/server/SHServ/Routes.php @@ -51,6 +51,10 @@ // } // ); + $this -> router -> uri("/", function(){ + 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");