summaryrefslogtreecommitdiff
path: root/src/web/config/routes.php
blob: 1275bfe10dcc448ef6048eaf079d268f44fd1c39 (plain)
1
2
3
4
5
6
7
8
9
10
<?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['profile'] = 'apps/profile';

$routes[''] = '_index';