From b3c3663509944d681e4ec712b348d2882350fb97 Mon Sep 17 00:00:00 2001 From: rui Date: Sun, 9 Feb 2020 12:04:54 +0100 Subject: [PATCH] Update backend deployed url --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea349aa..26574de 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Dijkstra is an app thas uses Dijkstra algorithm to display the shortest path between different cities in Belgium. -Deployed backend: https://dijkstra-rui.herokuapp.com/ +Deployed backend: https://dijkstra-backend.herokuapp.com/ ## API Documentation ___ @@ -132,4 +132,4 @@ A json object composed of the `path` (in the correct order) and the total `dista ], "distance": 337 } -``` \ No newline at end of file +```