Skip to content

Commit

Permalink
switch to azure backend
Browse files Browse the repository at this point in the history
  • Loading branch information
bklingen-calpoly committed Nov 1, 2023
1 parent b0262e9 commit f40909b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/MyApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -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([]);

Expand Down

0 comments on commit f40909b

Please sign in to comment.