From d65fe7b4ccb26b5368c64efd0e4d87e0c6b5fb35 Mon Sep 17 00:00:00 2001
From: Dylan Van Assche <dylan.van.assche@protonmail.com>
Date: Thu, 4 Jul 2019 16:13:03 +0200
Subject: [PATCH] Use public backend

---
 src/components/DirectionCollection.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/DirectionCollection.js b/src/components/DirectionCollection.js
index 2dc6cb2d..48949ca9 100644
--- a/src/components/DirectionCollection.js
+++ b/src/components/DirectionCollection.js
@@ -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