I figured it out. My Stack in code defines a route with a POST. I was calling a GET and the response happened to be the same as the old code. Using postman, I ensured I was sending a POST message and I started getting my hot reload is working messages.