From b4cf0aa7ba29969918204943549eaef31992d71a Mon Sep 17 00:00:00 2001 From: TheCoreDev Date: Tue, 16 Jan 2024 11:04:53 +0100 Subject: [PATCH] =?UTF-8?q?Retour=20arri=C3=A8re=20:=20impossible=20d'avoi?= =?UTF-8?q?r=20du=20CSS=20facilement=20dans=20un=20iframe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mes-apis.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mes-apis.js b/mes-apis.js index 32f639c..8d503a6 100644 --- a/mes-apis.js +++ b/mes-apis.js @@ -20,7 +20,7 @@ app.get("/getCompteurPetition", (req, res) => { compteur = thermometer.substring(debut, thermometer.indexOf("Prochain")); console.log("Compteur = " + compteur); - res.send("
" + compteur + "
"); + res.send("
" + compteur + "
"); }) .catch((err) => console.log("Fetch error " + err)); });