You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I add this API route it redirect me existing login page. I add this route in api.php Route::middleware('guest')->post('/register_user', [RegistrationController::class, 'store'])->name('register');