fix vari
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// ⚠️ COMPILARE E CONTROLLARE PRIMA DI INIZIARE ⚠️
|
||||
const BASE_URL = 'http://192.168.1.7:3000/api';
|
||||
const BASE_URL = 'http://localhost:5000/api';
|
||||
const userId = document.querySelector('#userId');
|
||||
const loading = document.querySelector('#loading');
|
||||
const result = document.querySelector('#result');
|
||||
|
||||
@@ -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 loading = document.querySelector('#loading');
|
||||
const counter = document.querySelector('#counter');
|
||||
const result = document.querySelector('#result');
|
||||
|
||||
@@ -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');
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// ⚠️ COMPILARE E CONTROLLARE PRIMA DI INIZIARE ⚠️
|
||||
const BASE_URL = 'http://192.168.1.7:3000/api';
|
||||
const BASE_URL = 'http://localhost:5000/api';
|
||||
const keyword = document.querySelector('#keyword');
|
||||
const loading = document.querySelector('#loading');
|
||||
const results = document.querySelector('#results');
|
||||
|
||||
@@ -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.querySelector('#userId');
|
||||
const todoInput = document.querySelector('#todoInput');
|
||||
|
||||
Reference in New Issue
Block a user