Files
webtransfer/appinfo/routes.php
T

7 lines
104 B
PHP

<?php
return [
'routes' => [
['name' => 'page#main', 'url' => '/', 'verb' => 'GET'],
]
];