Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6093de8

Browse files
authored
Merge pull request HackYourFuture-CPH#90 from senner007/class08
fix url
2 parents dc11859 + 331dd00 commit 6093de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JavaScript3/Week7/classwork/exercises.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Try accessing jupiters last moon in a smarter way.
3131
Use [this api](http://api.open-notify.org/astros.json) to fetch how many astronauts are currently in spaces.
3232

3333
```
34-
fetch('http://api.open-notify.org/astros.json/master/data/science/planets.json')
34+
fetch('http://api.open-notify.org/astros.json')
3535
.then(response => response.json())
3636
.then((planets) => {
3737
console.log(planets);

0 commit comments

Comments
 (0)