DEV Community

Discussion on: How To Solve Laravel 8 API Response that is returning welcome page instead of JSON

Collapse
 
martinsonuoha profile image
Martins Onuoha

Shouldn't this \App\Http\Middleware\JsonMiddleware::class, be \App\Http\Middleware\JsonRequestMiddleware::class instead?

Collapse
 
ife_adewunmi profile image
Ifeoluwa Adewunmi

That's a very good observation from you, I have updated that. Thank you so much.

Some comments have been hidden by the post's author - find out more