Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilta Riikonen committed Dec 8, 2024
1 parent ee5fdba commit 70feaee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3b/junat.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fetch(
"https://rata.digitraffic.fi/api/v1/live-trains/station/HKI?departing_trains=100&include_nonstopping=false"
"https://rata.digitraffic.fi/api/v1/live-trains/station/HKI?departing_trains=200&include_nonstopping=false"
)
.then(function (response) {
return response.json();
Expand Down

0 comments on commit 70feaee

Please sign in to comment.