Skip to content

Commit 08de2df

Browse files
deploy vercel again
1 parent 3ca94aa commit 08de2df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/src/app/api/chat/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { type NextRequest } from "next/server";
22

3-
const PYTHON_URL = process.env.PYTHON_SERVER_URL ?? "http://localhost:8000";
3+
const PYTHON_URL = process.env.PYTHON_SERVER_URL ?? "https://9e5b-192-159-180-156.ngrok-free.app";
44

55
export async function POST(req: NextRequest) {
66
const body = await req.json() as unknown;

0 commit comments

Comments
 (0)