We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 878da96 commit 018192eCopy full SHA for 018192e
src/routes/solid-start/building-your-application/api-routes.mdx
@@ -67,7 +67,7 @@ export const POST = handler;
67
68
An example of an API route that returns products from a certain category and brand is shown below:
69
70
-```tsx title="routes/api/product/[category]/brand-[brand].ts"
+```tsx title="routes/api/product/[category]/[brand].ts"
71
import type { APIEvent } from "@solidjs/start/server";
72
import store from "./store";
73
0 commit comments