diff options
Diffstat (limited to 'app/Controller/App.php')
| -rw-r--r-- | app/Controller/App.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/Controller/App.php b/app/Controller/App.php index 9ac9d012..c88fd928 100644 --- a/app/Controller/App.php +++ b/app/Controller/App.php @@ -15,6 +15,16 @@ use Helper; class App extends Base { /** + * Check if the user is connected + * + * @access public + */ + public function status() + { + $this->response->text('OK'); + } + + /** * Dashboard for the current user * * @access public |
