Add description of the app

This commit is contained in:
2020-10-12 17:27:39 +02:00
parent e8a3eb6fef
commit 401076d222
2 changed files with 26 additions and 19 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import axios from "axios";
export default axios.create({
baseURL: "http://localhost:4000",
baseURL: "https://dijkstra-backend.ruihildt.xyz",
responseType: "json"
});