UNPKG

fa-comm

Version:
14 lines (13 loc) 200 B
/** * 路由定义文件 */ const comm = require('../index'); module.exports = { get: { '/': function (req) { return 'OK'; } }, post: { } };