From aed097a77dacea9babbd5bb08802ffd295137d5c Mon Sep 17 00:00:00 2001 From: Fraser Date: Thu, 30 Mar 2023 06:48:40 -0400 Subject: [PATCH] test api key 3 --- web/src/pages/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/src/pages/index.tsx b/web/src/pages/index.tsx index 01a5364..2135a1c 100644 --- a/web/src/pages/index.tsx +++ b/web/src/pages/index.tsx @@ -26,6 +26,7 @@ const ShowEntry: React.FC<{entry: Entry}> = ({entry}) => { }; const API_URL = process.env.NEXT_PUBLIC_API_URL; +const API_URL_2 = process.env.NEXT_PUBLIC_API_URL_2; const Home: NextPage = () => { @@ -74,7 +75,8 @@ const Home: NextPage = () => { Alignment Search
-

aaa{API_URL}aaa

+

1: {API_URL}

+

2: {API_URL_2}

    {entries.map((entry, i) => (