From 2d5fce1da2c0cc0555c47222484b73c008a5e3b0 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Tue, 7 Jan 2025 09:13:13 -0800 Subject: drone it up yo --- lib/data-context.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/data-context.ts') 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 => { }; export const fetchWhois = async (): Promise => - fetch("https://whois.simponic.xyz/updates") + fetch("https://whois.simponic.xyz/api/updates") .then((response) => response.json()) .then( (data) => -- cgit v1.2.3-70-g09d2