index.js 184 Bytes Raw Blame History Permalink 1 2 3 4 5 6 const express=require('express'); const router=express.Router(); router.post('/cliConnection',require('./cliConnection')); router.post('/STT',require('./STT')); module.exports=router;