Skip to content

Commit

Permalink
issue-696: Minor change to /setup endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
geosaaga committed Nov 20, 2024
1 parent e41bcba commit 9f13cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mockserver/server.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ app.get('/setup', (_, res) => {
return res.json({
geolocation: geolocationSetting,
forecast: forecastSetting,
announcements: announcementSetting,
announcement: announcementSetting,
datamode: dataModeSetting,
});
});
Expand Down

0 comments on commit 9f13cac

Please sign in to comment.