Skip to content

Commit

Permalink
adjusting api url
Browse files Browse the repository at this point in the history
  • Loading branch information
RudiThoeni committed Oct 10, 2023
1 parent 1dc0a06 commit f00fadb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions odh-databrowser-core/wwwroot/NgScripts/pathconfig-dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

// Path Config Constants
var pathconfig = angular.module('pathconfig', [])
.constant('apipath', 'https://localhost:5001')
//.constant('apipath', 'https://api.tourism.testingmachine.eu')
//.constant('apipath', 'https://localhost:5001')
.constant('apipath', 'https://api.tourism.testingmachine.eu')
.constant('authserverpath', 'https://auth.opendatahub.testingmachine.eu/auth/realms/noi/protocol/openid-connect/auth?client_id=odh-frontend-core&response_type=token&redirect_uri=');


Expand Down

0 comments on commit f00fadb

Please sign in to comment.