diff --git a/proxy-server/src/dist/resources/config.json b/proxy-server/src/dist/resources/config.json index d9700ac..3a861e5 100644 --- a/proxy-server/src/dist/resources/config.json +++ b/proxy-server/src/dist/resources/config.json @@ -6,9 +6,9 @@ "proxyMappings": [ { "inetPort": 5084, - "lan": "127.0.01:80" + "lan": "127.0.0.1:80" } ] } ] -} \ No newline at end of file +}