add web, api endpoint

This commit is contained in:
Jay
2018-08-11 23:28:00 +08:00
parent 1e834612cb
commit 89b24e0bf6
5 changed files with 23 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
const Router = require('koa-router')
const r = new Router()
module.exports = r