AllenYuan

api registration

May 9th, 2020
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var router = require('express').Router();
  2.  
  3. router.use('/', require('./users'));
  4. router.use('/profiles', require('./profiles'));
  5.  
  6. //...
Advertisement
Add Comment
Please, Sign In to add comment