diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-02-12 15:56:11 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-02-12 15:56:11 -0500 |
| commit | 9a15f23534bd05bad25c4816651d32cbdc3d62e7 (patch) | |
| tree | dc88b918e6507c0e94c59367152ad9446c0c5c18 /pages/api/hello.js | |
| parent | a2ead3c3f51e4cdce01a75ad8235f49951b0fff6 (diff) | |
| download | snug-cup-9a15f23534bd05bad25c4816651d32cbdc3d62e7.tar.gz snug-cup-9a15f23534bd05bad25c4816651d32cbdc3d62e7.tar.bz2 snug-cup-9a15f23534bd05bad25c4816651d32cbdc3d62e7.zip | |
Removed old things
Diffstat (limited to 'pages/api/hello.js')
| -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' }) -} |
