diff --git a/app/api/fetchProject/route.tsx b/app/api/fetchProject/route.tsx index 2ecb949..68625f4 100644 --- a/app/api/fetchProject/route.tsx +++ b/app/api/fetchProject/route.tsx @@ -2,7 +2,7 @@ import { NextResponse } from "next/server"; export const runtime = "nodejs"; // Force Node runtime -const GHOST_API_URL = "http://192.168.179.31:2368"; +const GHOST_API_URL = "http://big-bear-ghost:2368"; const GHOST_API_KEY = process.env.GHOST_API_KEY; export async function GET(request: Request) {