xssbook2/web/config/routes.php
2024-03-30 12:14:42 -04:00

8 lines
153 B
PHP

<?php /* Copyright (c) 2024 Freya Murphy */
$routes = array();
$routes['home'] = 'apps/home';
$routes['error'] = 'apps/error';
$routes[''] = '_index';