🔧 Trying out some refactoring on socket connection to Import service
This commit is contained in:
@@ -39,6 +39,6 @@ export const IMPORT_SERVICE_BASE_URI = hostURIBuilder({
|
||||
export const SOCKET_BASE_URI = hostURIBuilder({
|
||||
protocol: "ws",
|
||||
host: process.env.DOCKER_HOST || "localhost",
|
||||
port: "8051",
|
||||
port: "3001",
|
||||
apiPath: ``,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user