summaryrefslogtreecommitdiff
path: root/src/web/config/routes.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/config/routes.php')
-rw-r--r--src/web/config/routes.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/config/routes.php b/src/web/config/routes.php
index a2a71c0..20b499a 100644
--- a/src/web/config/routes.php
+++ b/src/web/config/routes.php
@@ -9,3 +9,4 @@ $routes['profile'] = 'apps/profile';
$routes['settings'] = 'apps/settings';
$routes[''] = '_index';
+$routes['manifest.json'] = '_meta/manifest';