Laravel this is not only a practical framework, it is also a programming style
I got this problem when I deployed a Laravel app:
The GET method is not supported for route api/login. Supported methods: POST.
But on the route I use the method POST
POST
Route::post('/login',[AuthController::class,'login']);
Aucun commentaire:
Enregistrer un commentaire