mirror of
https://github.com/christianvidalwolf-prog/CrazeAnalytix.git
synced 2026-08-03 11:45:23 +02:00
Fix: Update PANEU Stock Dropbox link
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user