mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-11-22 04:45:16 +00:00
App Properties
This commit is contained in:
parent
9731e6841b
commit
859556dc1f
@ -11,7 +11,7 @@ const app = express(); // Intializing the imported express application
|
|||||||
* http://expressjs.com/en/api.html#express.json
|
* http://expressjs.com/en/api.html#express.json
|
||||||
* ******************************************************************************************* */
|
* ******************************************************************************************* */
|
||||||
|
|
||||||
Methods;
|
```Methods```;
|
||||||
|
|
||||||
express.json([options]);
|
express.json([options]);
|
||||||
|
|
||||||
@ -97,3 +97,10 @@ type // This is used to determine the type of middleware will
|
|||||||
|
|
||||||
verify // It is an undefined function which used to verify the middleware parsing.
|
verify // It is an undefined function which used to verify the middleware parsing.
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
```Application`````;
|
||||||
|
Properties```app.local`;
|
||||||
|
|
||||||
|
`app.locals.title = "My Cheatsheet";
|
||||||
|
console.dir(app.locals.title)`;
|
||||||
|
app.mountpath`;``app.mountpath``const admin = express()`;
|
||||||
|
Loading…
Reference in New Issue
Block a user