Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why I can't add new API route like login, register? #8

Open
ikamal7 opened this issue Jun 21, 2023 · 0 comments
Open

Why I can't add new API route like login, register? #8

ikamal7 opened this issue Jun 21, 2023 · 0 comments

Comments

@ikamal7
Copy link

ikamal7 commented Jun 21, 2023

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');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant