Skip to content

Instantly share code, notes, and snippets.

@jkyberneees
Created May 14, 2018 08:27
Show Gist options
  • Select an option

  • Save jkyberneees/4cd8bb8d0488f380f23cded4c323c4f3 to your computer and use it in GitHub Desktop.

Select an option

Save jkyberneees/4cd8bb8d0488f380f23cded4c323c4f3 to your computer and use it in GitHub Desktop.
const service = require('restana')({})
service.get('/hi', (req, res) => {
res.send('Hello World!')
})
service.start()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment