novaconium/examples/App/routes.php

9 lines
118 B
PHP
Raw Normal View History

2024-08-29 22:05:31 -07:00
<?php
$routes = [
'/about' => [
'file' => 'about'
],
'/' => [
'file' => 'index'
]
];