added linter

This commit is contained in:
2021-07-02 13:07:43 +01:00
parent a350c45100
commit 66744b5974
8 changed files with 1102 additions and 102 deletions
-5
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' })
}