From 47c84bb74d44d8285c68fa1491d01ca3b08f827f Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Fri, 9 May 2025 23:14:52 -0700 Subject: migrate to static API --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app') diff --git a/src/app/page.tsx b/src/app/page.tsx index 6d25642..ea687b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,7 +41,7 @@ async function Home() { async function getData() { const apiUrl = process.env.NEXT_PUBLIC_API_URL_TESTING; - const endpoint = "/api/subscribers"; + const endpoint = "/subscribers.json"; const headers = { "Cache-Control": "no-cache", }; -- cgit v1.2.3