From 8bb262725e9c2d73f7fdb2c2d6f4b1b2fc0899bb Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 27 Apr 2021 14:27:22 +0000 Subject: removed things --- pages/api/hello.js | 5 ----- pages/index.js | 50 +------------------------------------------------- 2 files changed, 1 insertion(+), 54 deletions(-) delete mode 100644 pages/api/hello.js 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' }) -} diff --git a/pages/index.js b/pages/index.js index 5787b11..b57f10f 100644 --- a/pages/index.js +++ b/pages/index.js @@ -10,56 +10,8 @@ export default function Home() {
-

- Welcome to Next.js! -

- -

- Get started by editing{' '} - pages/index.js -

- -
- -

Documentation →

-

Find in-depth information about Next.js features and API.

-
- - -

Learn →

-

Learn about Next.js in an interactive course with quizzes!

-
- - -

Examples →

-

Discover and deploy boilerplate example Next.js projects.

-
- - -

Deploy →

-

- Instantly deploy your Next.js site to a public URL with Vercel. -

-
-
+

The War of 1812

- - ) } -- cgit v1.2.3