From 2b0202408f388198be4363b5e7bcf789921f9180 Mon Sep 17 00:00:00 2001 From: localhost Date: Sun, 2 Jun 2024 09:58:12 +0200 Subject: [PATCH] its alr in the gluetun network --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index bf2c973..fa41da7 100644 --- a/index.js +++ b/index.js @@ -118,7 +118,7 @@ app.get('/cobalt', async (req, res) => { for (let retries = 0; retries < maxRetries; retries++) { try { - json = await (await fetch('http://gluetun:9000/api/json', { + json = await (await fetch('http://127.0.0.1:9000/api/json', { method: 'POST', headers: { 'Accept': 'application/json',