diff options
Diffstat (limited to 'web/config/routes.php')
| -rw-r--r-- | web/config/routes.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/web/config/routes.php b/web/config/routes.php deleted file mode 100644 index 78df332..0000000 --- a/web/config/routes.php +++ /dev/null @@ -1,7 +0,0 @@ -<?php /* Copyright (c) 2024 Freya Murphy */ - -$routes = array(); -$routes['home'] = 'apps/home'; -$routes['error'] = 'apps/error'; - -$routes[''] = '_index'; |