shlink/config/autoload/routes.global.php
2016-04-17 10:46:35 +02:00

16 lines
255 B
PHP

<?php
return [
'routes' => [
[
'name' => 'home',
'path' => '/',
'middleware' => function ($req, $resp) {
},
'allowed_methods' => ['GET'],
],
],
];