mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
13 lines
241 B
PHP
13 lines
241 B
PHP
<?php
|
|
// +----------------------------------------------------------------------
|
|
// | 路由设置
|
|
// +----------------------------------------------------------------------
|
|
|
|
return [
|
|
|
|
// 路由中间件
|
|
'middleware' => [
|
|
|
|
],
|
|
];
|