diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-02-10 15:22:16 +0000 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-02-10 15:22:16 +0000 |
| commit | 681d96bf3da378a57ecb1fc3d8f00f13a1dd65e4 (patch) | |
| tree | 8765b8424b3c76efdcd23f3d7fbd71d438b566f8 /pages/api | |
| parent | 1a798bdb4003920cd51134a55a6db8fa640fce29 (diff) | |
| download | lawrence-hill-681d96bf3da378a57ecb1fc3d8f00f13a1dd65e4.tar.gz lawrence-hill-681d96bf3da378a57ecb1fc3d8f00f13a1dd65e4.tar.bz2 lawrence-hill-681d96bf3da378a57ecb1fc3d8f00f13a1dd65e4.zip | |
Added material-ui, changes on main page
Diffstat (limited to 'pages/api')
| -rw-r--r-- | pages/api/hello.js | 5 |
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' }) -} |
