aboutsummaryrefslogtreecommitdiff
path: root/pages/api/hello.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-04-27 14:27:22 +0000
committerGitHub <noreply@github.com>2021-04-27 14:27:22 +0000
commit8bb262725e9c2d73f7fdb2c2d6f4b1b2fc0899bb (patch)
tree3678cd179a4fbe7ade198ff41503ad9ca03fb556 /pages/api/hello.js
parent4ae2492977839f403ad7c2429f163f919b96f8c9 (diff)
downloadwar-of-1812-8bb262725e9c2d73f7fdb2c2d6f4b1b2fc0899bb.tar.gz
war-of-1812-8bb262725e9c2d73f7fdb2c2d6f4b1b2fc0899bb.tar.bz2
war-of-1812-8bb262725e9c2d73f7fdb2c2d6f4b1b2fc0899bb.zip
removed things
Diffstat (limited to 'pages/api/hello.js')
-rw-r--r--pages/api/hello.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/pages/api/hello.js b/pages/api/hello.js
deleted file mode 100644
index 9987aff..0000000
--- a/pages/api/hello.js
+++ /dev/null
@@ -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' })
-}