Not seeing app.post() network request reflected in Chrome Network tab
I have a simple axios.post() request to 'api/people'
When I submit the form I should be getting a Network response in the dev tools that when I click on it, under Headers, says
Request URL: https://localhost:8080/api/people
Request Method: POST
However, I'm not seeing the POST request there?
When I submit the form I should be getting a Network response in the dev tools that when I click on it, under Headers, says
Request URL: https://localhost:8080/api/people
Request Method: POST
However, I'm not seeing the POST request there?



