ни работает

This commit is contained in:
catmpeg 2026-01-25 21:40:41 +03:00
commit 30d77f90ab

View file

@ -1,7 +1,7 @@
document.addEventListener("DOMContentLoaded", () => {
const lastPlayedBlock = document.getElementById('last-played');
fetch("http://cat.fs.tlpteam.ru:5011/?user=catmpeg")
fetch("https://cat.fs.tlpteam.ru:5011/?user=catmpeg")
.then(response => response.json())
.then(data => {
if (data && data.name) {