ExpressJs中的@RequestMapping注释等效方法

时间:2018-12-17 13:29:07

标签: express

我想在ExpressJs中对文件结构进行抽象化处理

喜欢

app.get('substring1', (req,res) => {
     res.send(mainfile.funct('complete url');
}

app.post('substring2' (req,res) => {
     mainfile2.funct('completer url');
}

我想增加ExpressJs项目中文件的抽象性

预先感谢

0 个答案:

没有答案