c9-core/node_modules/connect-architect/connect.flash/flash.js

11 wiersze
204 B
JavaScript

"use strict";
var flash = require('connect-flash');
module.exports = function(options, imports, register) {
imports.session.use(flash());
register(null, {
"connect.flash": {}
});
};