shanliangdeYWJ
Results
2
issues of
shanliangdeYWJ
## 想问一下这个是如何搭建的呢
I want add tags and summary like ... ... ``` app.post('/ping/:userId', summary('......'), tags(['ping module']), security(....), props({...}), validateRequest(userSchema), validateResponse(userResponse), (req, res) => { const { userId } = req.params res.status(200).json({ userId...