From b84005068629bb022b672be195747256eb663964 Mon Sep 17 00:00:00 2001 From: Christian Vidal Wolf Date: Thu, 26 Feb 2026 11:26:18 +0100 Subject: [PATCH] fix(fetch-ads): update Dropbox URL for Ads-Weekly.xlsx with complete INKEE DE data --- api/fetch-ads.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/fetch-ads.ts b/api/fetch-ads.ts index 5c9ea40..936ff5b 100644 --- a/api/fetch-ads.ts +++ b/api/fetch-ads.ts @@ -1,6 +1,6 @@ import type { VercelRequest, VercelResponse } from '@vercel/node'; -const ADS_DROPBOX_URL = "https://www.dropbox.com/scl/fi/wng8tep7awhvzd65amwad/Ads-Weekly.xlsx?rlkey=kcmoq8dxgibsb2eb8zz47xvyo&st=z02m4w3g&dl=1"; +const ADS_DROPBOX_URL = "https://www.dropbox.com/scl/fi/wng8tep7awhvzd65amwad/Ads-Weekly.xlsx?rlkey=kr6ehxkt06mfyska9emr8jws7&st=6obkj6qe&dl=1"; export default async function handler(req: VercelRequest, res: VercelResponse) { // CORS headers