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";