mirror of
https://github.com/umami-software/umami.git
synced 2026-02-16 02:25:35 +01:00
Split queries into prisma and sql.
This commit is contained in:
parent
1a66e3df73
commit
b9fbbc6453
69 changed files with 117 additions and 115 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { json, unauthorized } from '@/lib/response';
|
||||
import { getRealtimeData } from '@/queries';
|
||||
import { getRealtimeData } from '@/queries/sql';
|
||||
import { canViewWebsite } from '@/permissions';
|
||||
import { startOfMinute, subMinutes } from 'date-fns';
|
||||
import { REALTIME_RANGE } from '@/lib/constants';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue