Skip to content

Commit b0c5e63

Browse files
committed
fix docs error
1 parent 092530a commit b0c5e63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

documentation/docs/20-core-concepts/10-routing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ export async function POST({ request }) {
332332
Exporting the `all` handler will match any unhandled request methods.
333333
334334
```js
335+
// @errors: 7031
335336
/// file: src/routes/api/add/+server.js
336337
import { json, text } from '@sveltejs/kit';
337338

0 commit comments

Comments
 (0)