Guest User

Untitled

a guest
Jun 23rd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. import express from 'express'
  2. import { status } from './middlewares/status'
  3.  
  4. const app = express()
  5.  
  6. app.get('/api/status', status)
  7.  
  8. export const handler = app
Add Comment
Please, Sign In to add comment