Sep 8, 2018 · 1 min read
Just modify the middleware into api.php removing the auth filter
Route::middleware('auth:api')->getto
Route::middleware('api')->getOtherwise login and authentication are both required because of the middleware.
Enjoy! :)
Just modify the middleware into api.php removing the auth filter
Route::middleware('auth:api')->getto
Route::middleware('api')->getOtherwise login and authentication are both required because of the middleware.
Enjoy! :)
Written by