diff options
author | Anthony Wang | 2021-05-06 17:30:29 -0500 |
---|---|---|
committer | Anthony Wang | 2021-05-06 17:30:29 -0500 |
commit | a74f0a6e2867dca4c838f427be667466a22b28d7 (patch) | |
tree | 14e8d9e9ca7fea2f9b34a668bcbe63e04f0c093f /front | |
parent | 563a662e245d2e6c15d3d502897dc1693643982d (diff) |
Remove default stuff
Diffstat (limited to 'front')
-rw-r--r-- | front/pages/api/hello.js | 5 |
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' }) -} |