Skip to content

Commit e65622b

Browse files
committed
no ADT
1 parent 87333c1 commit e65622b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/express.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ app.get('/', function (req, res) {
1818

1919
// ------------------
2020

21+
app.all(["/sap/bc/adt/*"], async function (req, res) {
22+
res.send('no ADT');
23+
});
24+
2125
app.all(["/sap", "/sap*"], async function (req, res) {
2226
await cl_express_icf_shim.run({req, res, class: "ZCL_SICF"});
2327
});

0 commit comments

Comments
 (0)