diff --git a/manifest.xml b/manifest.xml
index acdc800..3980e86 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -6,11 +6,11 @@
en-US
-
-
+
+
- https://localhost:3000
+ https://outlookplugin.ovas.nl
@@ -23,7 +23,7 @@
@@ -70,13 +70,13 @@
-
-
-
+
+
+
-
-
+
+
diff --git a/src/taskpane/taskpane.js b/src/taskpane/taskpane.js
index 0b39c3e..10169d1 100644
--- a/src/taskpane/taskpane.js
+++ b/src/taskpane/taskpane.js
@@ -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) {