Show two launches
This commit is contained in:
parent
35df9b73e9
commit
2bd0ad362f
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ function getEvents(number, callback) {
|
|||
return false;
|
||||
});
|
||||
|
||||
fetch('https://launchlibrary.net/1.3/launch/next/1')
|
||||
fetch('https://launchlibrary.net/1.3/launch/next/2')
|
||||
.then(res => res.json())
|
||||
.then((res) => {
|
||||
const launches = res.launches.map((launch) => {
|
||||
|
|
Loading…
Reference in a new issue