6 lines
65 B
PHP

<?php
$routes = [
'/' => [
'get' => 'index'
]
];