mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 11:35:37 +01:00
regions + city
This commit is contained in:
parent
2575cbfc11
commit
117d7c4400
6 changed files with 23 additions and 18 deletions
|
|
@ -2,7 +2,7 @@ import { getPageviewMetrics, getSessionMetrics, getWebsiteById } from 'lib/queri
|
|||
import { ok, methodNotAllowed, unauthorized, badRequest } from 'lib/response';
|
||||
import { allowQuery } from 'lib/auth';
|
||||
|
||||
const sessionColumns = ['browser', 'os', 'device', 'country'];
|
||||
const sessionColumns = ['browser', 'os', 'device', 'country', 'region', 'city'];
|
||||
const pageviewColumns = ['url', 'referrer'];
|
||||
|
||||
function getTable(type) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue