mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 17:45:38 +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,7 +1,7 @@
|
|||
import { canViewWebsite } from '@/permissions';
|
||||
import { unauthorized, json } from '@/lib/response';
|
||||
import { getQueryFilters, parseRequest, setWebsiteDate } from '@/lib/request';
|
||||
import { BreakdownParameters, getBreakdown } from '@/queries';
|
||||
import { BreakdownParameters, getBreakdown } from '@/queries/sql';
|
||||
import { reportResultSchema } from '@/lib/schema';
|
||||
|
||||
export async function POST(request: Request) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue