From ab815be43cdb79c2ce03d897dd47c57aadf3092b Mon Sep 17 00:00:00 2001 From: Rhythm <88928636+ms7ru@users.noreply.github.com> Date: Sat, 30 Nov 2024 15:36:08 +0530 Subject: [PATCH] Update script.js --- clock/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clock/script.js b/clock/script.js index b94d826..d0fe06b 100644 --- a/clock/script.js +++ b/clock/script.js @@ -32,7 +32,7 @@ try { // Fetch time data from the API const response = await fetch('https://api.api-ninjas.com/v1/worldtime?city=UTC', { - headers: { 'X-Api-Key': 'IqFWXtMcrzehyfH0YxCYjg==VBFfbPmaACUddPII' } + headers: { 'X-Api-Key': '2eEzI79cHATEpMoUB9xKwKW76R7DSPowWDAHC34l' } }); if (!response.ok) throw new Error('Failed to fetch time data');