mirror of
https://github.com/zhigang1992/deployd.git
synced 2026-06-02 19:43:24 +08:00
4 lines
91 B
JavaScript
4 lines
91 B
JavaScript
module.exports = function (req, res, next) {
|
|
res.data = require('../types');
|
|
next();
|
|
}; |