diff --git a/frontend/src/MyApp.js b/frontend/src/MyApp.js index b1bec66..b835de1 100644 --- a/frontend/src/MyApp.js +++ b/frontend/src/MyApp.js @@ -8,8 +8,8 @@ import axios from "axios"; function MyApp() { // const API_BASE_URL = 'http://localhost:5000/users'; // const API_BASE_URL = "https://csc307-api-bklingen.herokuapp.com/users"; - const API_BASE_URL = "https://csc307-backend.azurewebsites.net/users"; - // const API_BASE_URL = "https://azure-csc307-api.azurewebsites.net/users"; + // const API_BASE_URL = "https://csc307-backend.azurewebsites.net/users"; + const API_BASE_URL = "https://azure-csc307-api.azurewebsites.net/users"; const [characters, setCharacters] = useState([]);