Skip to content

Instantly share code, notes, and snippets.

function ConfigurationManager(application) {
var express = require('express');
function global() {
application.use(express.bodyParser());
application.use(express.methodOverride());
application.set('view engine', 'jade');
}