mirror of
https://github.com/catmpeg/catmpeg.github.io.git
synced 2026-02-20 07:40:56 +03:00
ни работает
This commit is contained in:
parent
06b51bbe7a
commit
30d77f90ab
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
document.addEventListener("DOMContentLoaded", () => {
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
const lastPlayedBlock = document.getElementById('last-played');
|
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(response => response.json())
|
||||||
.then(data => {
|
.then(data => {
|
||||||
if (data && data.name) {
|
if (data && data.name) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue