Commit 6003f84f authored by 何娜's avatar 何娜

Delete index.js

parent b04b6062
const router = require('koa-router')();
const home = require('./home');
router.use('/IncomeTaxAPI/', home.routes(), home.allowedMethods());
module.exports = router
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment