This commit is contained in:
glovetleong
2021-09-07 15:45:19 +08:00
parent 1f6ac53a23
commit 1dfe8d613c
5 changed files with 19 additions and 9 deletions
+1 -1
View File
@@ -12,6 +12,6 @@ class VerifyCsrfToken extends Middleware
* @var array
*/
protected $except = [
//
'api/v1/*',
];
}