I recently decided I'd like to use a Node server as a sort of proxy to make api calls to third-party public apis from my front end. I've successfully made the request to my Node endpoint and, then, to the third-party api and have received the response I was expecting, but now I can't for the life of me figure out why the url isn't changing and the views isn't being updated in the window.I recently decided I'd like to use a Node serve