mirror of
https://github.com/shlinkio/shlink.git
synced 2025-03-31 05:43:48 +03:00
14 lines
210 B
PHP
14 lines
210 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'routes' => [
|
|
// [
|
|
// 'name' => 'home',
|
|
// 'path' => '/',
|
|
// 'middleware' => '',
|
|
// 'allowed_methods' => ['GET'],
|
|
// ],
|
|
],
|
|
|
|
];
|