Change Local URLS with Prod URLS

This commit is contained in:
2024-10-07 09:29:03 +02:00
parent d34b97cadb
commit 6300da2b64
2 changed files with 12 additions and 12 deletions

View File

@@ -14,9 +14,9 @@ const api_tokens = {
axios.defaults.headers.common["api-key"] = api_tokens.prod;
axios.defaults.headers.common["api-language"] = "nl";
const localApiUrl = "https://ozrp7bzqco.sharedwithexpose.com/api/zoek_bestelling";
const orderUrlEdit = "http://localhost:8080/bestellingen/edit/";
const orderUrlIndex = "http://localhost:8080/bestellingen";
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";
Office.onReady((info) => {
if (info.host === Office.HostType.Outlook) {