summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/routes.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/routes.php b/config/routes.php
index 6f61ec71..6cc0ce8b 100644
--- a/config/routes.php
+++ b/config/routes.php
@@ -11,6 +11,9 @@ $route->get('/', function () {
});
$route->get('/credits', 'CreditsController@index');
+// Authentication
+$route->get('/logout', 'AuthController@logout');
+
// Stats
$route->get('/metrics', 'Metrics\\Controller@metrics');
$route->get('/stats', 'Metrics\\Controller@stats');