kopia lustrzana https://github.com/c9/core
11 wiersze
204 B
JavaScript
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": {}
|
||
|
});
|
||
|
};
|