Change Local URLS with Prod URLS
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user