From 95a18fd7a75d60b7e5b294d7c711949cad88ddbf Mon Sep 17 00:00:00 2001 From: Aubrey Lizardo Date: Fri, 24 Nov 2023 11:48:21 +0800 Subject: [PATCH] capstone 3 config --- frontend/vite.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/vite.config.js b/frontend/vite.config.js index 81dd3aa..45a00e3 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -6,8 +6,8 @@ export default defineConfig({ plugins: [react()], server: { proxy: { - "/b6/": "http://localhost:4006", - "/uploads/": "http://localhost:4006" + "/b6/": "http://ec2-18-188-36-14.us-east-2.compute.amazonaws.com", + "/uploads/": "http://ec2-18-188-36-14.us-east-2.compute.amazonaws.com" } }, })