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 26b52b9 commit 2473de3Copy full SHA for 2473de3
README.md
@@ -371,7 +371,7 @@ Create a `routes.json` file. Pay attention to start every route with `/`.
371
"/api/*": "/$1",
372
"/:resource/:id/show": "/:resource/:id",
373
"/posts/:category": "/posts?category=:category",
374
- "/articles\\?id=:id": "/posts/:id"
+ "/articles?id=:id": "/posts/:id"
375
}
376
```
377
0 commit comments