Project setup

This commit is contained in:
David
2021-03-09 20:33:12 +01:00
parent d39f0ccd51
commit 5a512c3d7f
14 changed files with 1662 additions and 266 deletions

View File

@@ -1,5 +0,0 @@
// Next.js API route support: https://nextjs.org/docs/api-routes/introduction
export default (req, res) => {
res.status(200).json({ name: 'John Doe' })
}