From 3125204f3a4d7108f62b3eca110fe6a2604a9f73 Mon Sep 17 00:00:00 2001 From: JaehyeonPaak Date: Fri, 8 Sep 2023 01:19:36 +0900 Subject: [PATCH] proxy fix --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index c7a1689..fccecd1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -53,5 +53,5 @@ "last 1 safari version" ] }, - "proxy": "http://15.164.216.205/:1035/" + "proxy": "http://15.164.216.205:1035/" }