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}