Skip to content

Commit

Permalink
Use public backend
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanVanAssche committed Jul 4, 2019
1 parent bf52145 commit d65fe7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DirectionCollection.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class DirectionCollection extends Component {

componentDidMount() {
for(let i=0; i < 5; i++) {
fetch("http://127.0.0.1:8000/delay/station")
fetch("https://stunning-voyageurs-87289.herokuapp.com/delay/station")
.then( response => response.json())
.then(
// Handle the result
Expand Down

0 comments on commit d65fe7b

Please sign in to comment.