Remove edge
This commit is contained in:
parent
5f60a8ab35
commit
9323d90a36
1 changed files with 0 additions and 2 deletions
|
|
@ -2,8 +2,6 @@ import { auth } from "@/auth";
|
||||||
import { OpenAIStream, openai } from "@/lib/openai";
|
import { OpenAIStream, openai } from "@/lib/openai";
|
||||||
import { prisma } from "@/lib/prisma";
|
import { prisma } from "@/lib/prisma";
|
||||||
|
|
||||||
export const runtime = "edge";
|
|
||||||
|
|
||||||
export const POST = auth(async function POST(req: Request) {
|
export const POST = auth(async function POST(req: Request) {
|
||||||
const json = await req.json();
|
const json = await req.json();
|
||||||
console.log(req.auth);
|
console.log(req.auth);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue