Skip to content

Commit

Permalink
DOn't use localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebrownlee committed Oct 10, 2024
1 parent 55e46e0 commit 7952fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/teams/WeeklyTeams.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ export const WeeklyTeams = () => {
studentArray = [...studentArray, ...coaches]

fetchPromises.push(
fetchIt(`http://localhost:8000/teams`, {
fetchIt(`http://${Settings.apiHost}/teams`, {
method: "POST",
body: JSON.stringify({
cohort: activeCohort,
Expand Down

0 comments on commit 7952fd9

Please sign in to comment.