first commit
This commit is contained in:
5
app/admin/middleware.php
Normal file
5
app/admin/middleware.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
return [
|
||||
// \app\admin\middleware\Cors::class, // 全局中间件
|
||||
// \app\middleware\Auth::class,
|
||||
];
|
||||
Reference in New Issue
Block a user