update
parent
1b8dc31a4c
commit
610bb71d05
|
@ -12,6 +12,7 @@ class VerifyCsrfToken extends Middleware
|
||||||
* @var array<int, string>
|
* @var array<int, string>
|
||||||
*/
|
*/
|
||||||
protected $except = [
|
protected $except = [
|
||||||
//
|
'uploadTemp',
|
||||||
|
'uploadTemp/*',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue