Spaces:
Sleeping
Sleeping
Commit
·
5bda250
1
Parent(s):
a845b77
Update static/js/app.js
Browse files- static/js/app.js +1 -1
static/js/app.js
CHANGED
@@ -162,7 +162,7 @@ function createDownloadLink(blob) {
|
|
162 |
console.log("ha entrao")
|
163 |
// Realiza una solicitud Fetch al servidor para obtener el contenido din�mico
|
164 |
//fetch('/obtener_contenido')
|
165 |
-
fetch('set_condition/sunny', { method: 'GET'})
|
166 |
.then(response => response.json())
|
167 |
.then(data => {
|
168 |
// Accede al contenido obtenido del servidor y haz lo que necesites
|
|
|
162 |
console.log("ha entrao")
|
163 |
// Realiza una solicitud Fetch al servidor para obtener el contenido din�mico
|
164 |
//fetch('/obtener_contenido')
|
165 |
+
fetch('/set_condition/sunny', { method: 'GET'})
|
166 |
.then(response => response.json())
|
167 |
.then(data => {
|
168 |
// Accede al contenido obtenido del servidor y haz lo que necesites
|