diff --git a/__test__/example.http b/__test__/example.http index a1fa9ab1..6c17d503 100644 --- a/__test__/example.http +++ b/__test__/example.http @@ -2,8 +2,6 @@ GET http://localhost:3000/api/health HTTP/1.1 - - ### GET http://localhost:3000/api/users HTTP/1.1 diff --git a/src/app/page.tsx b/src/app/page.tsx index 263e0b7f..33585985 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -26,30 +26,52 @@ const Home: NextPage = () => { }; return ( -