This commit is contained in:
2025-08-19 10:25:11 +02:00
parent 69a947fa0b
commit d3440ccb1b
52 changed files with 113 additions and 113 deletions

View File

@@ -1,6 +1,6 @@
import { NextRequest, NextResponse } from "next/server"
const BACKEND_URL = process.env.INTERNAL_API_URL || "http://shifra-backend:8000"
const BACKEND_URL = process.env.INTERNAL_API_URL || "http://enclava-backend:8000"
export async function GET(request: NextRequest) {
try {