manifest.xml teruggezet naar prod URL

This commit is contained in:
2025-06-02 09:24:10 +02:00
parent 3c464bb401
commit 2904275081
6 changed files with 54 additions and 23 deletions

View File

@@ -9,10 +9,10 @@ import axios from "axios";
// axios conf
axios.defaults.headers.common["api-language"] = "nl";
const localApiUrl = "https://ewn51fphu7.sharedwithexpose.com/api/zoek_bestelling";
const orderUrlEdit = "https://ewn51fphu7.sharedwithexpose.com/bestellingen/edit/";
const orderUrlIndex = "https://ewn51fphu7.sharedwithexpose.com/bestellingen";
const apiCredentialUrl = "https://ewn51fphu7.sharedwithexpose.com/api/api_credentials";
const localApiUrl = "https://bykhztyhjw.sharedwithexpose.com/api/zoek_bestelling";
const orderUrlEdit = "https://bykhztyhjw.sharedwithexpose.com/bestellingen/edit/";
const orderUrlIndex = "https://bykhztyhjw.sharedwithexpose.com/bestellingen";
const apiCredentialUrl = "https://bykhztyhjw.sharedwithexpose.com/api/api_credentials";
Office.onReady((info) => {
if (info.host === Office.HostType.Outlook) {