Update Backend deployed url & homepage

This commit is contained in:
rui hildt 2020-10-12 11:42:04 +02:00
parent 877b54f6aa
commit e8a3eb6fef
3 changed files with 3 additions and 2 deletions

View File

@ -4,6 +4,6 @@ Find the the shortest path between different cities in Belgium with Dijkstra alg
- Frontend: https://dijkstra.ruihildt.xyz/
- Backend: https://dijkstra-backend.herokuapp.com/
- Backend: https://dijkstra-backend.ruihildt.xyz/
- Backend Source: https://git.ruihildt.xyz/ruihildt/dijkstra-backend

View File

@ -1,5 +1,6 @@
{
"name": "dijkstra-frontend",
"homepage": "http://dijkstra.ruihildt.xyz",
"version": "0.1.0",
"private": true,
"dependencies": {

View File

@ -3,4 +3,4 @@ import axios from "axios";
export default axios.create({
baseURL: "http://localhost:4000",
responseType: "json"
});
});