[Vuejs]-Laravel & Vue: Axios GET call returning 200 status but no response

0👍

If you are receiving a 200 with an empty response you might be hitting the wrong route.

Try adding debug outputs or breakpoints to check that you are in the correct controller function.

Leave a comment