This commit is contained in:
2026-02-12 00:40:05 +01:00
parent 6e3f5a4eff
commit e618ec5347
8 changed files with 12 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
// ⚠️ COMPILARE E CONTROLLARE PRIMA DI INIZIARE ⚠️
const BASE_URL = 'http://localhost:3000/api';
const BASE_URL = 'http://localhost:5000/api';
const userId = document.getElementById('userId');
const loading = document.getElementById('loading');
const userProfile = document.getElementById('userProfile');