From 64422cbdfbb99e42ebb57c431868feb25cb67ac3 Mon Sep 17 00:00:00 2001 From: obahchimaobi Date: Thu, 16 Jan 2025 10:02:11 +0100 Subject: [PATCH] Fixed incorrect namespace for VerifyCsrfToken middleware in nativephp/laravel/routes/api.php --- routes/api.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/routes/api.php b/routes/api.php index 18df0ab..7d9bdd9 100644 --- a/routes/api.php +++ b/routes/api.php @@ -1,11 +1,11 @@ PreventRegularBrowserAccess::class], function () { Route::post('_native/api/booted', NativeAppBootedController::class);