mirror of
https://github.com/skidoodle/albert.lol.git
synced 2026-04-28 03:07:40 +02:00
change geo order
This commit is contained in:
+2
-2
@@ -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
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user