Fix: Update PANEU Stock Dropbox link

This commit is contained in:
Christian Vidal Wolf
2026-04-27 12:08:10 +02:00
parent a91f353e40
commit a75fd32a05
+1 -1
View File
@@ -1,7 +1,7 @@
import type { VercelRequest, VercelResponse } from '@vercel/node'; import type { VercelRequest, VercelResponse } from '@vercel/node';
// PANEU Stock from Dropbox (using dl=1 for direct download) // PANEU Stock from Dropbox (using dl=1 for direct download)
const PANEU_STOCK_DROPBOX_URL = "https://www.dropbox.com/scl/fi/xvsqi89mc8wk2i3jpndll/PANEU-Stock.xlsx?rlkey=djtbez2yi1sohjn203xnbjzl1&st=aogcoiw6&dl=1"; const PANEU_STOCK_DROPBOX_URL = "https://www.dropbox.com/scl/fi/85pijr1wczgclsdv3izzd/PANEU-Stock.xlsx?rlkey=4bkv1v5ha6sjhyujgxivusnn8&st=taapf9s1&dl=1";
export default async function handler(req: VercelRequest, res: VercelResponse) { export default async function handler(req: VercelRequest, res: VercelResponse) {
// CORS headers // CORS headers