I have created react-js app using create-react-app tool And I have .net core web API When ever I'm calling web api i have to do something like fetch('localhost://7000/api/something') each time I want to avoid the repetitive use of 'localhost://7000' So Is there any way to configure react js app So that I can avoid this localhost string in every file whenever I'm utilizing web api?