From f5d638161b2e8037d9af5c2fa3a1f0d3b31d49ce Mon Sep 17 00:00:00 2001 From: pablodanswer Date: Wed, 11 Dec 2024 15:35:44 -0800 Subject: [PATCH] k --- web/src/app/api/[...path]/route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/app/api/[...path]/route.ts b/web/src/app/api/[...path]/route.ts index a262ba8b63d..be782924880 100644 --- a/web/src/app/api/[...path]/route.ts +++ b/web/src/app/api/[...path]/route.ts @@ -70,7 +70,7 @@ async function handleRequest(request: NextRequest, path: string[]) { return NextResponse.json( { 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 } );