Skip to content

Commit 018192e

Browse files
Example fix for #814 (#890)
1 parent 878da96 commit 018192e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/solid-start/building-your-application/api-routes.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export const POST = handler;
6767

6868
An example of an API route that returns products from a certain category and brand is shown below:
6969

70-
```tsx title="routes/api/product/[category]/brand-[brand].ts"
70+
```tsx title="routes/api/product/[category]/[brand].ts"
7171
import type { APIEvent } from "@solidjs/start/server";
7272
import store from "./store";
7373

0 commit comments

Comments
 (0)