diff options
Diffstat (limited to 'core/routes.php')
-rw-r--r-- | core/routes.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/routes.php b/core/routes.php index fe1fe6fcd75..82a999f1c62 100644 --- a/core/routes.php +++ b/core/routes.php @@ -172,3 +172,5 @@ $application->registerRoutes($this, [ // Routing $this->create('core_ajax_update', '/core/ajax/update.php') ->actionInclude('core/ajax/update.php'); + +$this->create('heartbeat', '/heartbeat')->get(); |