Skip to content

Commit 6a894e7

Browse files
committed
changes for cheking cors issue with api
1 parent 50c304d commit 6a894e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Middleware/VerifyCsrfToken.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ class VerifyCsrfToken extends BaseVerifier
1212
* @var array
1313
*/
1414
protected $except = [
15-
//
15+
'api/*'
1616
];
1717
}

0 commit comments

Comments
 (0)