Guest User

Untitled

a guest
Sep 14th, 2018
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. // origin design
  2. app.use(auth.checkAuth);
  3. app.use(auth.checkLicense);
  4. app.use('/v1/op_1');
  5. app.use('/v1/op_2');
  6. app.use('/v1/op_3');
  7. app.use('/v1/op_4');
Add Comment
Please, Sign In to add comment