mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-03-26 17:51:54 +01:00
k
This commit is contained in:
parent
9455576078
commit
5d810d373e
@ -61,11 +61,11 @@ export async function OPTIONS(
|
||||
}
|
||||
|
||||
async function handleRequest(request: NextRequest, path: string[]) {
|
||||
if (process.env.NODE_ENV !== "development") {
|
||||
if (process.env.NODE_ENV === "production") {
|
||||
return NextResponse.json(
|
||||
{
|
||||
message:
|
||||
"This API is only available in development mode. In production, something else (e.g. nginx) should handle this.",
|
||||
"This API is only available in development or preview mode. In production, something else (e.g. nginx) should handle this.",
|
||||
},
|
||||
{ status: 404 }
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user