OAUTH SUPPORT

This commit is contained in:
Enoch
2024-08-10 00:43:52 +08:00
parent d78b38e80f
commit 357735ee22
146 changed files with 41282 additions and 18 deletions
+6 -1
View File
@@ -12,4 +12,9 @@
* @license http://www.opensource.org/licenses/mit-license.php MIT License
*/
return [];
return [
'' => [
// ... 这里省略其它中间件
app\middleware\Listen::class,
]
];