Skip to content

Commit 8e52180

Browse files
authored
Cambio de la url del bot
1 parent b41340f commit 8e52180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

game/game-service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const app = express();
66
const port = process.env.PORT || 8003;
77

88
// URL del servidor bot de Rust/Gamey
9-
const GAMEY_BOT_URL = process.env.GAMEY_BOT_URL || 'http://localhost:3001';
9+
const GAMEY_BOT_URL = 'http://20.188.62.231' || 'http://localhost:3001';
1010

1111

1212
app.use(cors());

0 commit comments

Comments
 (0)