Advertisement
Guest User

Untitled

a guest
Oct 13th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. // src/routes/auth.route.ts
  2.  
  3. import {loginRequest} from "../requests/AuthRequest";
  4.  
  5. protected setRoutes() {
  6. this.router.post('/login', loginRequest, this.authController.echo);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement