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
|
|
@ -4,7 +4,7 @@ import { unauthorized, json } from '@/lib/response';
|
|||
import { canCreateTeam } from '@/permissions';
|
||||
import { uuid } from '@/lib/crypto';
|
||||
import { parseRequest } from '@/lib/request';
|
||||
import { createTeam } from '@/queries';
|
||||
import { createTeam } from '@/queries/prisma';
|
||||
|
||||
export async function POST(request: Request) {
|
||||
const schema = z.object({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue