From a74f0a6e2867dca4c838f427be667466a22b28d7 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Thu, 6 May 2021 17:30:29 -0500 Subject: [PATCH] Remove default stuff --- front/pages/api/hello.js | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 front/pages/api/hello.js 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' }) -}