diff --git a/contributors.yml b/contributors.yml index 7c254d2c5b..bac6cf7d50 100644 --- a/contributors.yml +++ b/contributors.yml @@ -120,3 +120,4 @@ - xavier-lc - xcsnowcity - yuleicul +- ivanjeremic diff --git a/docs/components/form.md b/docs/components/form.md index 874a338369..5ee36225c6 100644 --- a/docs/components/form.md +++ b/docs/components/form.md @@ -138,7 +138,7 @@ The method will be available on [`request.method`][requestmethod] inside the rou case "delete": { return fakeDeleteProject(params.id); } - default { + default: { throw new Response("", { status: 405 }) } }