From 107393d4e4d049710e4fb8b3896aa5baf8dde78b Mon Sep 17 00:00:00 2001 From: Philip Cheung Date: Mon, 7 Oct 2024 18:10:57 +0800 Subject: [PATCH] add https --- frontend/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/.env b/frontend/.env index f829bd1..5be1e92 100644 --- a/frontend/.env +++ b/frontend/.env @@ -1 +1 @@ -VITE_API_URL=http://localhost +VITE_API_URL=https://localhost