mirror of
https://github.com/christianvidalwolf-prog/CrazeAnalytix.git
synced 2026-08-03 11:55:22 +02:00
fix(buybox): update Dropbox URL (previous token expired)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
249fba5390
commit
d1510bb76a
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
import type { VercelRequest, VercelResponse } from '@vercel/node';
|
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) {
|
export default async function handler(req: VercelRequest, res: VercelResponse) {
|
||||||
// CORS headers
|
// CORS headers
|
||||||
|
|||||||
Reference in New Issue
Block a user