File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
66 < title > HTML5 User API for Cloud Foundry</ title >
77 < meta name ="sap.allowlistService " content ="/allowlist/service " />
8+ <!--
89 <meta name="sap-ui-fesr" content="/fesr" />
10+ -->
911 < script
1012 id ="sap-ui-bootstrap "
1113 src ="https://ui5.sap.com/1.120/resources/sap-ui-core.js "
Original file line number Diff line number Diff line change 11ID : html5userapi
22_schema-version : " 2.1"
3- version : 0.4.2
3+ version : 0.4.3
44parameters :
55 enable-parallel-deployments : true
66
Original file line number Diff line number Diff line change 11{
22 "name" : " html5userapi-cf" ,
3- "version" : " 0.4.2 " ,
3+ "version" : " 0.4.3 " ,
44 "description" : " HTML5 User API for Cloud Foundry" ,
55 "repository" : " https://github.com/gregorwolf/HTML5UserAPIforCF.git " ,
66 "license" : " Apache 2.0" ,
Original file line number Diff line number Diff line change 11// load modules
22const express = require ( "express" ) ;
3- const fesr = require ( "@sap/fesr-to-otel-js" ) ;
3+ // const fesr = require("@sap/fesr-to-otel-js");
44
55// For authentication test
66const passport = require ( "passport" ) ;
@@ -31,7 +31,7 @@ function getJWT(req) {
3131( async ( ) => {
3232 // create new app
3333 const app = express ( ) ;
34- fesr . registerFesrEndpoint ( app ) ;
34+ // fesr.registerFesrEndpoint(app);
3535 // Authentication using JWT
3636 await app . use ( passport . initialize ( ) ) ;
3737 await app . use ( passport . authenticate ( "JWT" , { session : false } ) ) ;
You can’t perform that action at this time.
0 commit comments