Correct export of Delivery Unit EON_EMOBILITY_VIRTA (42 files, replaces incomplete initial export)

This commit is contained in:
Thorsten Schmitz
2026-07-09 12:01:36 +02:00
parent 3348c5d03b
commit b487b6f875
5 changed files with 49 additions and 49 deletions
@@ -1,10 +1,10 @@
description = "b1i saphanats03 server";
host = "192.168.50.187";
port = 8080;
pathPrefix = "/B1iXcellerator/exec/ipo/vP.0010000105.in_HCSX/com.sap.b1i.vplatform.runtime/INB_HT_CALL_SYNC_XPT/INB_HT_CALL_SYNC_XPT.ipo/proc";
proxyType = none;
proxyHost = "localhost";
proxyPort = 0;
authType = none;
useSSL = false;
timeout = 0;
description = "b1i saphanats03 server";
host = "192.168.50.187";
port = 8080;
pathPrefix = "/B1iXcellerator/exec/ipo/vP.0010000105.in_HCSX/com.sap.b1i.vplatform.runtime/INB_HT_CALL_SYNC_XPT/INB_HT_CALL_SYNC_XPT.ipo/proc";
proxyType = none;
proxyHost = "localhost";
proxyPort = 0;
authType = none;
useSSL = false;
timeout = 0;
+11 -11
View File
@@ -1,12 +1,12 @@
{
"name": "uniorg-approuter",
"engines": {
"node": ">=4.0.0 <9.0.0"
},
"dependencies": {
"@sap/approuter": "5.13.0"
},
"scripts": {
"start": "node node_modules/@sap/approuter/approuter.js"
}
{
"name": "uniorg-approuter",
"engines": {
"node": ">=4.0.0 <9.0.0"
},
"dependencies": {
"@sap/approuter": "5.13.0"
},
"scripts": {
"start": "node node_modules/@sap/approuter/approuter.js"
}
}
+4 -4
View File
@@ -1,5 +1,5 @@
{
"welcomeFile": "webapp/index.html",
"authenticationMethod": "none",
"routes": []
{
"welcomeFile": "webapp/index.html",
"authenticationMethod": "none",
"routes": []
}