summaryrefslogtreecommitdiff
path: root/src/web/config/routes.php
blob: 5bb9a1b3846859f37f37a92f579f4649104f128a (plain)
1
2
3
4
5
6
7
8
9
<?php /* Copyright (c) 2024 Freya Murphy */

$routes = array();
$routes['home'] = 'apps/home';
$routes['error'] = 'apps/error';
$routes['auth'] = 'apps/auth';
$routes['people'] = 'apps/people';

$routes[''] = '_index';