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 c1b766b commit 158960eCopy full SHA for 158960e
README.md
@@ -98,7 +98,7 @@ router.get("/", HomeController.index);
98
module.exports = router;
99
```
100
101
-`Note` api routes defined in `api.js` are prefixed by default with the value of configuation `_config.app.api_prefix`;
+`Note` api routes defined in `api.js` are prefixed by default with the value of configuation `_config("app.api_prefix")`;
102
103
`models` define the mongoose collection models that interact directly with database.
104
0 commit comments