From ce59c44df303f348196bb66b1308e33fc678d963 Mon Sep 17 00:00:00 2001 From: forkimenjeckayang Date: Wed, 12 Jun 2024 13:33:45 +0100 Subject: [PATCH] popup.js now contains the selfhosted libretranslator --- popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popup.js b/popup.js index c90d92d..1b40992 100644 --- a/popup.js +++ b/popup.js @@ -10,7 +10,7 @@ document.addEventListener('DOMContentLoaded', function() { // Show loading indicator translatedTextElem.innerText = 'Translating...'; - const url = 'http://localhost:5000/translate'; + const url = 'http://44.203.140.162:5000/translate'; const data = { q: inputText,