From 5c33d3f7cde5c5f05c76401d421ab95f4bb96182 Mon Sep 17 00:00:00 2001 From: lucaslah <47047328+Lucaslah@users.noreply.github.com> Date: Thu, 16 Dec 2021 10:13:29 +1300 Subject: [PATCH] Add api route to vercel.json --- client/vercel.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/vercel.json b/client/vercel.json index 5d6e070..729c638 100644 --- a/client/vercel.json +++ b/client/vercel.json @@ -3,6 +3,10 @@ { "src": "/arc-sw.js", "dest": "https://arc.io/arc-sw.js" + }, + { + "src": "/api/(.*)", + "dest": "https://stone.cssudii.tk/matrix/api/$1" } ] }