mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
change geo order
This commit is contained in:
parent
abf1137b3e
commit
c41003f1a2
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ export default async function ip(req: NextApiRequest, res: NextApiResponse){
|
|||
let city = req.headers['cf-ipcity'];
|
||||
res.status(200).json({
|
||||
ip: ip,
|
||||
continent: continent,
|
||||
city: city,
|
||||
country: country,
|
||||
city: city
|
||||
continent: continent
|
||||
});
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue