From 587382a976ed1a4d885be88f8b833a17cb31cd5c Mon Sep 17 00:00:00 2001 From: ErikrafT <139592038+erikraft@users.noreply.github.com> Date: Tue, 6 May 2025 20:42:19 -0300 Subject: [PATCH] Update proxy-server.js --- server/proxy-server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/proxy-server.js b/server/proxy-server.js index b751259..fcf836d 100644 --- a/server/proxy-server.js +++ b/server/proxy-server.js @@ -207,4 +207,4 @@ class ProxyServer { const proxyServer = new ProxyServer(); proxyServer.start(); -module.exports = ProxyServer; \ No newline at end of file +module.exports = ProxyServer;