mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 17:15:37 +01:00
Added country lookup for ip.
This commit is contained in:
parent
e6908d9e04
commit
822d46a2e0
6 changed files with 125 additions and 11 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { parseCollectRequest } from 'lib/utils';
|
||||
import { savePageView } from '../../lib/db';
|
||||
import { savePageView } from 'lib/db';
|
||||
|
||||
export default async (req, res) => {
|
||||
const values = parseCollectRequest(req);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue