main
ilhamwara 2025-08-04 09:49:01 +07:00
parent 1b8dc31a4c
commit 610bb71d05
1 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ class VerifyCsrfToken extends Middleware
* @var array<int, string>
*/
protected $except = [
//
'uploadTemp',
'uploadTemp/*',
];
}