Skip to content

Commit 1127cab

Browse files
committed
Merge pull request typicode#271 from timkraut/patch-1
Add hint that routes have to start with /
2 parents f9084b7 + b7e3dc3 commit 1127cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ __Tip__ use modules like [faker](https://github.com/Marak/faker.js), [casual](ht
231231

232232
### Add routes
233233

234-
Create a `routes.json` file.
234+
Create a `routes.json` file. Pay attention to start every route with /.
235235

236236
```json
237237
{

0 commit comments

Comments
 (0)