I am deciding what’s the best way to set up APIs for my project. My app calls external urls however I don’t want to use fetch directly in frontend components. Goal was to have a utility function to call a route that I set up in the app/ folder then take care of processing all that on the server side. Not sure if it’s just redundant coding. And also since I’m calling external urls how should I export the basic get post etc?