Skip to content

Commit 158960e

Browse files
authored
Update README.md
1 parent c1b766b commit 158960e

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
@@ -98,7 +98,7 @@ router.get("/", HomeController.index);
9898
module.exports = router;
9999
```
100100

101-
`Note` api routes defined in `api.js` are prefixed by default with the value of configuation `_config.app.api_prefix`;
101+
`Note` api routes defined in `api.js` are prefixed by default with the value of configuation `_config("app.api_prefix")`;
102102

103103
`models` define the mongoose collection models that interact directly with database.
104104

0 commit comments

Comments
 (0)