Skip to content

Commit

Permalink
Version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jason5ng32 committed Dec 13, 2023
1 parent ec0a4b8 commit 352495f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = (req, res) => {
return res.status(403).json({ error: 'No referer header' });
}

const { latitude, longitude, language } = req.params;
const { latitude, longitude, language } = req.query;
const mapSize = '800,640';
const pp = `${latitude},${longitude};66`;
const fmt = 'jpeg';
Expand Down

0 comments on commit 352495f

Please sign in to comment.