Update backend deployed url

This commit is contained in:
rui 2020-02-09 12:04:54 +01:00 committed by GitHub
parent f4c8b6e75c
commit b3c3663509
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Dijkstra is an app thas uses Dijkstra algorithm to display the shortest path between different cities in Belgium. 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 ## API Documentation
___ ___
@ -132,4 +132,4 @@ A json object composed of the `path` (in the correct order) and the total `dista
], ],
"distance": 337 "distance": 337
} }
``` ```