improve(api): cache geo

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-02-11 21:57:07 +01:00
parent cfd7fd9c5e
commit 4bf55fe840
5 changed files with 29 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
import { getClientIp } from '@/utils/parseIp';
import { getClientIp } from '@/utils/parse-ip';
import type {
FastifyReply,
FastifyRequest,