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 9819f96 commit a6353f8Copy full SHA for a6353f8
contributors.yml
@@ -1,4 +1,5 @@
1
- 0xEddie
2
+- aarbi
3
- abdallah-nour
4
- abeadam
5
- abhi-kr-2100
docs/how-to/resource-routes.md
@@ -54,7 +54,7 @@ export function loader(_: Route.LoaderArgs) {
54
return Response.json({ message: "I handle GET" });
55
}
56
57
-export function action(_: Route.LoaderArgs) {
+export function action(_: Route.ActionArgs) {
58
return Response.json({
59
message: "I handle everything else",
60
});
0 commit comments