From 9003124032af900d642dc4716bfee1a40e845f30 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Mon, 1 Nov 2021 00:58:33 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/constants/endpoints.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/client/constants/endpoints.ts b/src/client/constants/endpoints.ts index 03e406b..932afff 100644 --- a/src/client/constants/endpoints.ts +++ b/src/client/constants/endpoints.ts @@ -40,10 +40,10 @@ export const IMPORT_SERVICE_BASE_URI = hostURIBuilder({ apiPath: "/api/import", }); -export const SOCKET_BASE_URI = hostURIBuilder({ - protocol: "http", - // host: process.env.LIBRARY_SOCKET_HOST || "localhost", - host: "localhost", - port: "3001", - apiPath: `/`, -}); +// export const SOCKET_BASE_URI = hostURIBuilder({ +// protocol: "http", +// // host: process.env.LIBRARY_SOCKET_HOST || "localhost", +// host: "localhost", +// port: "3001", +// apiPath: `/`, +// });