aboutsummaryrefslogtreecommitdiff
path: root/front
diff options
context:
space:
mode:
authorAnthony Wang2021-05-06 17:30:29 -0500
committerAnthony Wang2021-05-06 17:30:29 -0500
commita74f0a6e2867dca4c838f427be667466a22b28d7 (patch)
tree14e8d9e9ca7fea2f9b34a668bcbe63e04f0c093f /front
parent563a662e245d2e6c15d3d502897dc1693643982d (diff)
Remove default stuff
Diffstat (limited to 'front')
-rw-r--r--front/pages/api/hello.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/front/pages/api/hello.js b/front/pages/api/hello.js
deleted file mode 100644
index 9987aff..0000000
--- a/front/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' })
-}