mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
97a4d10048
* INS-2434: Kong 3.x support on Inso CLI * fix test * Add basic support for kong 3.0 on Insomnia UI
2 lines
96 B
JavaScript
2 lines
96 B
JavaScript
module.exports.configGenerators = [require('./src/generate'), require('./src/generate-kong3')];
|