From a173a071d07dc9fda61d58e724f4b4c49305bcd6 Mon Sep 17 00:00:00 2001 From: Ahyan Z Date: Thu, 25 Jun 2026 17:42:07 +0100 Subject: [PATCH] Fix JSON structure in vercel.json --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 812e7d9..8a1d992 100644 --- a/vercel.json +++ b/vercel.json @@ -4,8 +4,8 @@ "api/**/*.php": { "runtime": "vercel-php@0.9.0" } - }, "cleanUrls": true + } "rewrites": [ { "source": "/api/v1/accounts/login",