From 0580f829a9f647e03986b712c53ad5be0c2ee5ad Mon Sep 17 00:00:00 2001 From: Max Hoekstra Date: Mon, 7 Oct 2024 15:35:42 +0200 Subject: [PATCH] Remove URL comment --- src/taskpane/taskpane.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/taskpane/taskpane.js b/src/taskpane/taskpane.js index a416816..ee9c5f0 100644 --- a/src/taskpane/taskpane.js +++ b/src/taskpane/taskpane.js @@ -9,7 +9,6 @@ import axios from "axios"; // axios conf axios.defaults.headers.common["api-language"] = "nl"; -// url = https://backoffice.sociale-controle.nl const localApiUrl = "https://backoffice.sociale-controle.nl/api/zoek_bestelling"; const orderUrlEdit = "https://backoffice.sociale-controle.nl/bestellingen/edit/"; const orderUrlIndex = "https://backoffice.sociale-controle.nl/bestellingen";