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' }) -}