Guest User

Untitled

a guest
May 24th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. const Router = require('koa-router')
  2. const router = new Router()
  3. router.get('/', async ( ctx )=>{ //lots of codes})
  4. router.get('/help', async ( ctx )=>{ //lots of codes})
  5. router.get('/signup', async ( ctx )=>{ //lots of codes})
  6. router.get('/signin', async ( ctx )=>{ //lots of codes})
  7. //and more codes
Add Comment
Please, Sign In to add comment