dynamic url fix

master
ermisw 2024-09-30 13:31:57 +02:00
parent 873457402f
commit 11472d7c98
3 changed files with 2996 additions and 2 deletions

2995
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -21,6 +21,7 @@
},
"dependencies": {
"deepmerge": "^4.3.1",
"derdackbhomwebhook": "file:",
"dotenv": "^16.3.1",
"mustache": "^4.2.0",
"request": "^2.8.2"

View File

@ -410,7 +410,7 @@ function authenticate(callbackSendRequest) {
method: 'POST',
body: auth_data,
json: true,
url: "https://nttkub1-private-dev.at.nttdata-emea.com/ims/api/v1/access_keys/login",
url: appContext.config.targetUrl+"/ims/api/v1/access_keys/login",
};