Skip to content

Instantly share code, notes, and snippets.

View rao123dk's full-sized avatar
🎯
Focusing

Dheeraj kumar Rao rao123dk

🎯
Focusing
View GitHub Profile
const express = require('express');
const app = express();
// Application
app.get('/', function(req, res) {
if (process.env.NODE_ENV === 'development') {
for (var key in require.cache) {
delete require.cache[key];
}
}