Skip to content

Commit

Permalink
gh-pages: Change API url
Browse files Browse the repository at this point in the history
  • Loading branch information
sbimochan committed Sep 10, 2024
1 parent d47a99e commit 3cd1c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/wordFinder.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const URL = "https://sbimochan.pythonanywhere.com";
const URL = "http://43.204.227.86:8080";
window.addEventListener('load', function () {
function sendData(form) {
var data = { letters: form.letters.value, size: form.size.value };
Expand Down

0 comments on commit 3cd1c19

Please sign in to comment.