Skip to content

Commit

Permalink
popup.js now contains the selfhosted libretranslator
Browse files Browse the repository at this point in the history
  • Loading branch information
forkimenjeckayang committed Jun 12, 2024
1 parent d6ea8a4 commit ce59c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ce59c44

Please sign in to comment.