feat: update Docker setup and enhance error handling (#19)

This commit is contained in:
Denshooter
2025-02-13 14:23:40 +01:00
committed by GitHub
parent 2c4842cf1f
commit 0ca6b610a4
3 changed files with 44 additions and 4 deletions

View File

@@ -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() {