Skip to content

Instantly share code, notes, and snippets.

@ernestofreyreg
Created June 22, 2018 14:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ernestofreyreg/5781787f1bb2a775a712be7bb5b1462b to your computer and use it in GitHub Desktop.
Save ernestofreyreg/5781787f1bb2a775a712be7bb5b1462b to your computer and use it in GitHub Desktop.
import express from 'express'
import { status } from './middlewares/status'
const app = express()
app.get('/api/status', status)
export const handler = app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment