File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ $ npm install -g json-server
102102
103103## Routes
104104
105- Based on the previous ` db.json ` file, here are all the default routes. You can also add [ other routes] ( #add-routes ) using ` --routes ` .
105+ Based on the previous ` db.json ` file, here are all the default routes. You can also add [ other routes] ( #add-custom- routes ) using ` --routes ` .
106106
107107### Plural routes
108108
@@ -211,7 +211,7 @@ GET /comments?_expand=post
211211GET /comments/1?_expand=post
212212```
213213
214- To get or create nested resources (by default one level, [ add routes] ( #add-routes ) for more)
214+ To get or create nested resources (by default one level, [ add custom routes] ( #add-custom -routes ) for more)
215215
216216```
217217GET /posts/1/comments
You can’t perform that action at this time.
0 commit comments