From 5f997753a19b8c198a7fa7de72ab98fbd2c9e2b2 Mon Sep 17 00:00:00 2001 From: Andrea Date: Wed, 12 Nov 2025 08:39:09 +0100 Subject: [PATCH] Rimossa funzione test --- script.js | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/script.js b/script.js index 2a240d5..5e56d1e 100644 --- a/script.js +++ b/script.js @@ -1,18 +1,5 @@ const apiUrl = "http://localhost:5011"; -function orkodyo(){ - let reply; - const requestOptions = { - method: "GET", - redirect: "follow" - }; - - fetch(apiUrl + "/api/pizze", requestOptions) - .then((response) => response.text()) - .then((result) => alert(result)) - .catch((error) => console.error(error)); -} - function listPizze(){ let reply; const requestOptions = {