initialize nextjs project

This commit is contained in:
Yusuf İpek
2021-07-26 01:28:48 +03:00
parent 31cbeabde5
commit 833c6c79cd
13 changed files with 9541 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
// Next.js API route support: https://nextjs.org/docs/api-routes/introduction
export default function handler(req, res) {
res.status(200).json({ name: 'John Doe' })
}