diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-04-27 14:27:22 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-27 14:27:22 +0000 |
| commit | 8bb262725e9c2d73f7fdb2c2d6f4b1b2fc0899bb (patch) | |
| tree | 3678cd179a4fbe7ade198ff41503ad9ca03fb556 /pages/api/hello.js | |
| parent | 4ae2492977839f403ad7c2429f163f919b96f8c9 (diff) | |
| download | war-of-1812-8bb262725e9c2d73f7fdb2c2d6f4b1b2fc0899bb.tar.gz war-of-1812-8bb262725e9c2d73f7fdb2c2d6f4b1b2fc0899bb.tar.bz2 war-of-1812-8bb262725e9c2d73f7fdb2c2d6f4b1b2fc0899bb.zip | |
removed 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' }) -} |
