Skip to content

Commit 7a24531

Browse files
committed
HIP Endpoint
1 parent f399053 commit 7a24531

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

neo-app.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@
3434
"entryPath": "/sap"
3535
},
3636
"description": "SAP ABAP Backend"
37+
},
38+
{
39+
"path": "/hip-sec-hpsm-service",
40+
"target": {
41+
"type": "destination",
42+
"name": "HIP_BACKEND",
43+
"entryPath": "/hip-sec-hpsm-service"
44+
},
45+
"description": "HIP Backend"
3746
}
3847
],
3948
"logoutPage": "/webapp/logout.html",

webapp/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ <h2>Backend Connectivity</h2>
2020
<li><a href="/sap/bc/ping">/sap/bc/ping</a></li>
2121
<li><a href="/sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html">Fiori Launchpad</a></li>
2222
<li><a href="FioriLaunchpadiFrame.html">Fiori Launchpad im iFrame</a></li>
23+
<li><a href="/hip-sec-hpsm-service/v1.0/sap">/hip-sec-hpsm-service/v1.0/sap</a></li>
2324
</ul>
2425
<p><a href="/webapp/logout.html">Logout</a></p>
2526
</body>

0 commit comments

Comments
 (0)