Skip to content

Commit c21896f

Browse files
chore: clean up of file structure
1 parent 00982f5 commit c21896f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/services/zeromqService.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ async function initializeServer() {
1111
const publishSocket = new zmq.Publisher();
1212

1313
try {
14-
await replySocket.bind("tcp://127.0.0.1:3030");
15-
await publishSocket.bind("tcp://127.0.0.1:3031");
14+
await replySocket.bind("tcp://code-error-microservice.onrender.com:3030");
15+
await publishSocket.bind("tcp://code-error-microservice.onrender.com:3031");
1616
console.log("ZeroMQ server bound to ports 3030 (Reply) and 3031 (Publish)");
1717

1818
const serverPublish = async (message: string) => {

0 commit comments

Comments
 (0)