Guest User

Untitled

a guest
Mar 18th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. import { timelog } from './middlewares';
  2. import userRoutes from './User';
  3. import betRoutes from './Bet';
  4.  
  5. const app = express();
  6. app.use(timelog);
Add Comment
Please, Sign In to add comment