diff options
author | Elizabeth Hunt <lizhunt@amazon.com> | 2025-01-07 09:13:13 -0800 |
---|---|---|
committer | Elizabeth Hunt <lizhunt@amazon.com> | 2025-01-07 09:13:13 -0800 |
commit | 2d5fce1da2c0cc0555c47222484b73c008a5e3b0 (patch) | |
tree | 2e262ad154a141f52a907f913644ba3f0bb0a26a /lib/data-context.ts | |
parent | b97f3b42e1bad5753728315b5c7ebdacf6f81172 (diff) | |
download | penguin-new-tab-2d5fce1da2c0cc0555c47222484b73c008a5e3b0.tar.gz penguin-new-tab-2d5fce1da2c0cc0555c47222484b73c008a5e3b0.zip |
drone it up yo
Diffstat (limited to 'lib/data-context.ts')
-rw-r--r-- | lib/data-context.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/data-context.ts b/lib/data-context.ts index f4c09c7..6779b92 100644 --- a/lib/data-context.ts +++ b/lib/data-context.ts @@ -49,7 +49,7 @@ export const fetchWeather = async (): Promise<Weather> => { }; export const fetchWhois = async (): Promise<WhoisUpdate[]> => - fetch("https://whois.simponic.xyz/updates") + fetch("https://whois.simponic.xyz/api/updates") .then((response) => response.json()) .then( (data) => |