Skip to content

Commit

Permalink
fix: disabled 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
Zero-1016 committed Feb 27, 2025
1 parent 6d2f4ed commit 03b08e0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/backend/signaling-node-server/src/libs/eureka.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { EUREKA_DISABLED } from "./constants";

export class EurekaClient {
config;
heartbeatInterval;
Expand All @@ -13,11 +11,6 @@ export class EurekaClient {

async register() {
try {
if (EUREKA_DISABLED) {
console.log("Eureka 등록 비활성화");
return;
}

const response = await fetch(
`${this.baseUrl}/${this.config.instance.app}`,
{
Expand Down

0 comments on commit 03b08e0

Please sign in to comment.