This commit is contained in:
jhx
2022-08-31 16:15:47 +08:00
parent e367f4b8d1
commit 6cfe801c11
2 changed files with 32 additions and 1 deletions
+5 -1
View File
@@ -12,4 +12,8 @@
* @license http://www.opensource.org/licenses/mit-license.php MIT License
*/
return [];
return [
'' => [
app\middleware\CorsMiddleware::class,
]
];