Remove URL comment
This commit is contained in:
@@ -9,7 +9,6 @@ import axios from "axios";
|
|||||||
// axios conf
|
// axios conf
|
||||||
axios.defaults.headers.common["api-language"] = "nl";
|
axios.defaults.headers.common["api-language"] = "nl";
|
||||||
|
|
||||||
// url = https://backoffice.sociale-controle.nl
|
|
||||||
const localApiUrl = "https://backoffice.sociale-controle.nl/api/zoek_bestelling";
|
const localApiUrl = "https://backoffice.sociale-controle.nl/api/zoek_bestelling";
|
||||||
const orderUrlEdit = "https://backoffice.sociale-controle.nl/bestellingen/edit/";
|
const orderUrlEdit = "https://backoffice.sociale-controle.nl/bestellingen/edit/";
|
||||||
const orderUrlIndex = "https://backoffice.sociale-controle.nl/bestellingen";
|
const orderUrlIndex = "https://backoffice.sociale-controle.nl/bestellingen";
|
||||||
|
|||||||
Reference in New Issue
Block a user