miniMVC/app/config/routes.php

7 lines
111 B
PHP

<?php
$routes = array(
// Default Paths
'default_controller' => 'test',
'default_module' => 'default',
);