mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +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 { json, notFound } from '@/lib/response';
|
||||
import { createToken } from '@/lib/jwt';
|
||||
import { secret } from '@/lib/crypto';
|
||||
import { getSharedWebsite } from '@/queries';
|
||||
import { getSharedWebsite } from '@/queries/prisma';
|
||||
|
||||
export async function GET(request: Request, { params }: { params: Promise<{ shareId: string }> }) {
|
||||
const { shareId } = await params;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue