yapi/common/config.js

13 lines
186 B
JavaScript
Raw Normal View History

2017-09-17 13:36:51 +08:00
module.exports = {
2017-09-30 19:27:06 +08:00
exts: [{
name: 'import-postman'
},{
name: 'import-har'
},{
name: 'advanced-mock'
2017-10-05 09:12:44 +08:00
},{
name: 'import-swagger'
2017-10-25 19:33:34 +08:00
},{
name: 'statistics'
2017-09-30 19:27:06 +08:00
}]
2017-09-17 13:36:51 +08:00
}