File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Created with <3 for front-end developers who need a quick back-end for prototypi
99
1010See also:
1111* :dog : [ husky - Git hooks made easy] ( https://github.com/typicode/husky )
12- * :hotel : [ hotel - developer tool with local .dev domain and https out of the box] ( https://github.com/typicode/hotel )
12+ * :hotel : [ hotel - developer tool with local .localhost domain and https out of the box] ( https://github.com/typicode/hotel )
1313* :atom_symbol : [ react-fake-props - generate fake props for your React tests (Jest, Enzyme, ...)] ( https://github.com/typicode/react-fake-props )
1414* :heartpulse : [ Patreon page - if you want to support JSON Server or my other projects] ( https://www.patreon.com/typicode )
1515
@@ -552,10 +552,10 @@ Returns middlewares used by JSON Server.
552552 * ` bodyParser ` enable body-parser middleware (default: true)
553553 * ` noCors ` disable CORS (default: false)
554554 * ` readOnly ` accept only GET requests (default: false)
555-
555+
556556__ ` jsonServer.router([path|object]) ` __
557557
558- Returns JSON Server router.
558+ Returns JSON Server router.
559559
560560### Deployment
561561
You can’t perform that action at this time.
0 commit comments