This commit is contained in:
Duidev Software House
2025-10-01 04:36:02 +07:00
parent 2d87021d60
commit 2c12dd043e
9 changed files with 367 additions and 335 deletions
@@ -12,6 +12,6 @@ class VerifyCsrfToken extends Middleware
* @var array<int, string>
*/
protected $except = [
'registerpasien', 'registerjson', 'ekstrakhasil', 'prosesbatal', 'cekaksess', 'ekstrakexpertise'
'registerpasien', 'registerjson', 'ekstrakhasil', 'prosesbatal', 'cekaksess', 'ekstrakexpertise', 'getnolabnorm'
];
}