Skip to content

Instantly share code, notes, and snippets.

@dariye
Created September 9, 2018 13:39
Show Gist options
  • Save dariye/36b3256dd935c2d41d2754826eb22c5c to your computer and use it in GitHub Desktop.
Save dariye/36b3256dd935c2d41d2754826eb22c5c to your computer and use it in GitHub Desktop.
Micro-starter
const { json, send } = require('micro')
module.exports = async (req, res) => {
return send(res, 200, req.url)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment