Skip to content

Commit

Permalink
Updating env names
Browse files Browse the repository at this point in the history
  • Loading branch information
jaaaaavier committed Nov 28, 2024
1 parent 0e26113 commit 9c5546b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/api/breaches.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ interface BreachesProps {
textContent: HaveIbeenPwnedText['HeroSection']['breaches'];
}

const API_URL = process.env.HIBP_API_URL;
const API_KEY = process.env.HIBP_API_KEY;
const API_URL = process.env.INXT_MONITOR_API_URL;
const API_KEY = process.env.INXT_MONITOR_API_KEY;

const cache: Map<string, any> = new Map();

Expand Down

0 comments on commit 9c5546b

Please sign in to comment.