Skip to content

Commit 1b72cb1

Browse files
authored
Update app.js
1 parent f18f6df commit 1b72cb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ angular.module('MeasPoints', ['ionic','ngCordova', 'MeasPoints.controllers', 'Me
5050
if(login.getLogout() == true){
5151
$.ajax({
5252
type: "GET",
53-
url: "http://110.174.118.24:8001/sap/public/bc/icf/logoff", //Clear SSO cookies: SAP Provided service to do that
53+
url: "http://[Host IP]:[Port]/sap/public/bc/icf/logoff", //Clear SSO cookies: SAP Provided service to do that
5454
}).done(function(data) { //Now clear the authentication header stored in the browser
5555
console.log("done logoff");
5656
//$state.go('app.login');
@@ -60,7 +60,7 @@ angular.module('MeasPoints', ['ionic','ngCordova', 'MeasPoints.controllers', 'Me
6060
console.log("if");
6161
$.ajax({
6262
type: "GET",
63-
url: "http://110.174.118.24:8001/sap/opu/odata/sap/ZMPOINT4_SRV/MeasPoints", //any URL to a Gateway service
63+
url: "http://[Host IP]:[Port]/sap/opu/odata/sap/ZMPOINT4_SRV/MeasPoints", //any URL to a Gateway service
6464
username: 'dummy', //dummy credentials: when request fails, will clear the authentication header
6565
password: 'dummy',
6666
statusCode: {

0 commit comments

Comments
 (0)