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 092530a commit b0c5e63Copy full SHA for b0c5e63
documentation/docs/20-core-concepts/10-routing.md
@@ -332,6 +332,7 @@ export async function POST({ request }) {
332
Exporting the `all` handler will match any unhandled request methods.
333
334
```js
335
+// @errors: 7031
336
/// file: src/routes/api/add/+server.js
337
import { json, text } from '@sveltejs/kit';
338
0 commit comments