From 3a689ddb134462e70f8a446fc79a09d591f1f468 Mon Sep 17 00:00:00 2001 From: Christian Vidal Wolf Date: Fri, 16 Jan 2026 11:11:06 +0100 Subject: [PATCH] fix: rename dropbox api to catch-all route [...path] for Vercel support --- api/{dropbox.ts => dropbox/[...path].ts} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename api/{dropbox.ts => dropbox/[...path].ts} (100%) diff --git a/api/dropbox.ts b/api/dropbox/[...path].ts similarity index 100% rename from api/dropbox.ts rename to api/dropbox/[...path].ts