Skip to content

Commit

Permalink
|
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirhiggelbottom committed Dec 9, 2024
1 parent 1828292 commit afed54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ document.addEventListener("DOMContentLoaded", function () {
var hostName;
var contentTimeout;

const url = `https://f1eb-81-166-218-138.ngrok-free.app/get-connection`;
const url = `https://5d46-81-166-218-138.ngrok-free.app/get-connection`;

fetch(url)
.then(response => response.text())
Expand Down

0 comments on commit afed54e

Please sign in to comment.