Update Backend deployed url & homepage

This commit is contained in:
2020-10-12 11:42:04 +02:00
parent 877b54f6aa
commit e8a3eb6fef
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -3,4 +3,4 @@ import axios from "axios";
export default axios.create({
baseURL: "http://localhost:4000",
responseType: "json"
});
});