aboutsummaryrefslogtreecommitdiff
path: root/pages/api/hello.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-02-12 15:56:11 -0500
committerAndrew Lee <alee14498@protonmail.com>2021-02-12 15:56:11 -0500
commit9a15f23534bd05bad25c4816651d32cbdc3d62e7 (patch)
treedc88b918e6507c0e94c59367152ad9446c0c5c18 /pages/api/hello.js
parenta2ead3c3f51e4cdce01a75ad8235f49951b0fff6 (diff)
downloadsnug-cup-9a15f23534bd05bad25c4816651d32cbdc3d62e7.tar.gz
snug-cup-9a15f23534bd05bad25c4816651d32cbdc3d62e7.tar.bz2
snug-cup-9a15f23534bd05bad25c4816651d32cbdc3d62e7.zip
Removed old 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' })
-}