Skip to content

Commit c3a2317

Browse files
authored
fix location of apis.js file (#11)
1 parent 742be4b commit c3a2317

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

ams-cap-nodejs-bookshop/srv/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const cds = require('@sap/cds');
22
const { TECHNICAL_USER_FLOW, PRINCIPAL_PROPAGATION_FLOW, amsCapPluginRuntime } = require("@sap/ams");
3-
const { mapTechnicalUserApi, mapPrincipalPropagationApi } = require('../ams/apis');
3+
const { mapTechnicalUserApi, mapPrincipalPropagationApi } = require('./apis');
44

55
cds.on('bootstrap', () => {
66
const cdsAuthProvider = amsCapPluginRuntime.authProvider;

0 commit comments

Comments
 (0)