Initial commit

This commit is contained in:
Chris Hunt
2022-12-14 15:03:50 +00:00
parent 501fbdb0e1
commit 99a12e2194
29 changed files with 12835 additions and 0 deletions

5
site/pages/api/hello.js Normal file
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' })
}