NodeJs-Sample
NodeJs-Sample copied to clipboard
Some NodeJS Samples
Results
1
NodeJs-Sample issues
Sort by
recently updated
recently updated
newest added
In the file [express-configuration/index.js](https://github.com/imperugo/NodeJs-Sample/blob/master/Logging/ConsoleLogSample/express-configuration/index.js) the maxAge is logged as one day but in reality is set to one year. ``` javascript console.log("Setting 'Public' folder with maxAge: 1 Day."); var publicFolder...