Skip to content

Commit

Permalink
k
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx committed Dec 11, 2024
1 parent 0b5013b commit f5d6381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/app/api/[...path]/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
);
Expand Down

0 comments on commit f5d6381

Please sign in to comment.