mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-21 14:12:42 +02:00
k
This commit is contained in:
@@ -70,7 +70,7 @@ async function handleRequest(request: NextRequest, path: string[]) {
|
|||||||
return NextResponse.json(
|
return NextResponse.json(
|
||||||
{
|
{
|
||||||
message:
|
message:
|
||||||
"This API is only available in development ormode. In production, something else (e.g. nginx) should handle this.",
|
"This API is only available in development mode. In production, something else (e.g. nginx) should handle this.",
|
||||||
},
|
},
|
||||||
{ status: 404 }
|
{ status: 404 }
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user