This commit is contained in:
2025-02-05 04:16:15 +05:30
parent a7b20799ad
commit 7f15dbfc08
6 changed files with 14 additions and 16 deletions

View File

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