Laravel Wrong Content-Type returned
I have an Laravel GET endpoint which should return application json, but still return text/html. How do i get it to return ‘application/json’?
I have an Laravel GET endpoint which should return application json, but still return text/html. How do i get it to return ‘application/json’?