fix(buybox): update Dropbox URL (previous token expired)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Christian Vidal Wolf
2026-03-03 15:21:19 +01:00
co-authored by Claude Sonnet 4.6
parent 249fba5390
commit d1510bb76a
+1 -1
View File
@@ -1,6 +1,6 @@
import type { VercelRequest, VercelResponse } from '@vercel/node';
const BUYBOX_DROPBOX_URL = "https://www.dropbox.com/scl/fi/dooz56abib51ifaf42cpx/Buy_Box_tracker.xlsx?rlkey=2sx85bne42fju3d8vekfygzau&st=t4n5fbcg&dl=1";
const BUYBOX_DROPBOX_URL = "https://www.dropbox.com/scl/fi/dkzc05ejo12u5tmbkptc1/Buy_Box_tracker.xlsx?rlkey=81xqdzyg25yn6s0pu8cvjh99w&st=qdkgfxi8&dl=1";
export default async function handler(req: VercelRequest, res: VercelResponse) {
// CORS headers