first commit

This commit is contained in:
Yath Seanghay
2021-01-07 17:16:16 +07:00
parent 63dec86838
commit 2296106a10
31 changed files with 619 additions and 194 deletions
-6
View File
@@ -1,6 +0,0 @@
// Next.js API route support: https://nextjs.org/docs/api-routes/introduction
export default (req, res) => {
res.statusCode = 200
res.json({ name: 'John Doe' })
}