We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8df3e4a + 325f481 commit 9c947d7Copy full SHA for 9c947d7
screens/mapScreen.js
@@ -98,10 +98,10 @@ export default function mapScreen({ navigation }) {
98
}
99
debug && console.log(endURL);
100
101
- // await fetch("https://wayfinder-service.herokuapp.com/" + endURL)
102
- await fetch(
103
- 'https://wayfinder-de-sb-coordin-ndr6ow.herokuapp.com/' + endURL
104
- )
+ await fetch("https://wayfinder-service.herokuapp.com/" + endURL)
+ // await fetch(
+ // 'https://wayfinder-de-sb-coordin-ndr6ow.herokuapp.com/' + endURL
+ // )
105
.then((response) => response.json())
106
.then((json) => {
107
console.log("JSON Data", json)
0 commit comments