Skip to content

Commit 9c947d7

Browse files
authored
Merge pull request #20 from Wayfinder-CS262-2020/service-switch
switch back to main service
2 parents 8df3e4a + 325f481 commit 9c947d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

screens/mapScreen.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ export default function mapScreen({ navigation }) {
9898
}
9999
debug && console.log(endURL);
100100

101-
// await fetch("https://wayfinder-service.herokuapp.com/" + endURL)
102-
await fetch(
103-
'https://wayfinder-de-sb-coordin-ndr6ow.herokuapp.com/' + endURL
104-
)
101+
await fetch("https://wayfinder-service.herokuapp.com/" + endURL)
102+
// await fetch(
103+
// 'https://wayfinder-de-sb-coordin-ndr6ow.herokuapp.com/' + endURL
104+
// )
105105
.then((response) => response.json())
106106
.then((json) => {
107107
console.log("JSON Data", json)

0 commit comments

Comments
 (0)