Remove URL comment

This commit is contained in:
2024-10-07 15:35:42 +02:00
parent 598886e578
commit 0580f829a9

View File

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