mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 22:57:12 +01:00
Refactored useApi usage.
This commit is contained in:
parent
561cde6e7e
commit
cad0b73e42
26 changed files with 67 additions and 85 deletions
|
|
@ -3,7 +3,7 @@ import { validate } from 'uuid';
|
|||
import { secret, uuid } from 'lib/crypto';
|
||||
import cache from 'lib/cache';
|
||||
import clickhouse from 'lib/clickhouse';
|
||||
import { getClientInfo, getJsonBody } from 'lib/request';
|
||||
import { getClientInfo, getJsonBody } from 'lib/detect';
|
||||
import { createSession, getSession, getWebsite } from 'queries';
|
||||
|
||||
export async function findSession(req) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue