From 4143907f0a0d3dc629f61243658443610a88c353 Mon Sep 17 00:00:00 2001 From: tch1001 Date: Thu, 8 Dec 2022 13:32:44 +0800 Subject: [PATCH] dev env swapped links (very minor) --- .env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.development b/.env.development index 2f98ef1..f73353e 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ VITE_ORY_URL=http://127.0.0.1:4433 VITE_AUTH_URL=http://127.0.0.1:3000 VITE_API_URL=http://127.0.0.1:5001 -VITE_AUTOFILL_URL=http://127.0.0.1:5001 \ No newline at end of file +VITE_AUTOFILL_URL=http://127.0.0.1:5002 \ No newline at end of file