Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
wotschofsky committed Jan 6, 2024
1 parent 0c29b1f commit 9ed2c9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/lookup/[domain]/map/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const MapResultsPage: FC<MapResultsPageProps> = async ({
process.env.VERCEL_URL ||
'http://localhost:3000'
}/lookup/${domain}/map/resolve/${code}?type=A&domain=${domain}`;
console.log(url)
const response = await fetch(url);
if (!response.ok)
throw new Error(
Expand Down

0 comments on commit 9ed2c9d

Please sign in to comment.