Advertisement
Guest User

Untitled

a guest
Apr 21st, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. app.get('/alerts/get', function(req, res, next) {
  2. getAlerts(res);
  3. });
  4.  
  5. // Start app
  6. app.listen(port);
  7. // API call here ?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement