mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 03:25:40 +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
|
|
@ -3,7 +3,7 @@ import { parseRequest, getQueryFilters } from '@/lib/request';
|
|||
import { unauthorized, json } from '@/lib/response';
|
||||
import { canViewWebsite } from '@/permissions';
|
||||
import { dateRangeParams, filterParams } from '@/lib/schema';
|
||||
import { getWebsiteStats } from '@/queries';
|
||||
import { getWebsiteStats } from '@/queries/sql';
|
||||
import { getCompareDate } from '@/lib/date';
|
||||
|
||||
export async function GET(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue