diff options
author | Freya Murphy <freya@freyacat.org> | 2024-12-20 04:15:58 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-12-20 04:17:05 -0500 |
commit | 4334596d4bebc9a76f5ca8400813847eef5b3bb7 (patch) | |
tree | 4bd2229fd48715bcf4ae96bc3d070b7f3c29aa58 /src/web/config/routes.php | |
parent | add lang column to user (diff) | |
download | xssbook2-4334596d4bebc9a76f5ca8400813847eef5b3bb7.tar.gz xssbook2-4334596d4bebc9a76f5ca8400813847eef5b3bb7.tar.bz2 xssbook2-4334596d4bebc9a76f5ca8400813847eef5b3bb7.zip |
rework styles with scss
Diffstat (limited to 'src/web/config/routes.php')
-rw-r--r-- | src/web/config/routes.php | 1 |
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'; |