This commit is contained in:
2025-02-05 17:25:54 +05:30
parent 55448e34c6
commit 3e88393f00
6 changed files with 15 additions and 34 deletions

View File

@@ -34,7 +34,7 @@ shortenBtn.onclick = () => {
let data = xhr.response;
if (data.length <= 5) {
// This is your shoeten domain name
const domain = "http://localhost/Php-Projects/xeorl/htdocs//";
const domain = "xeorl.buzz/";
let shortenURL = domain + data;
const defaultMessage = document.getElementById("default-message");