We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24851f3 commit 3695674Copy full SHA for 3695674
server.js
@@ -5,8 +5,8 @@ const url = require('url');
5
const proxy = require('proxy-middleware');
6
const app = express();
7
8
-const ui5Origin = 'https://sapui5.hana.ondemand.com/1.44.31';
9
-// const ui5Origin = 'https://openui5.hana.ondemand.com/1.44.31';
+const ui5Origin = 'https://sapui5.hana.ondemand.com/1.44.37';
+// const ui5Origin = 'https://openui5.hana.ondemand.com/1.44.37';
10
// const ui5Origin = 'https://[BACKEND_HOST]:[BACKEND_PORT]/sap/public/bc/ui5_ui5/1.44';
11
12
const backend = 'https://[BACKEND_HOST]:[BACKEND_PORT]';
0 commit comments