Skip to content

Commit

Permalink
updated webui base path
Browse files Browse the repository at this point in the history
  • Loading branch information
mrin9 committed Oct 20, 2018
1 parent 7534b72 commit dd7d983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web-ui/src/rest/RestUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ setToken(tokenValue:string){
},

getBasePath(){
//return window.location.origin + restServiceRoot;
return "https://localhost:8080" + restServiceRoot;
return window.location.origin + restServiceRoot;
//return "https://localhost:8080" + restServiceRoot;
},

globalErrorParser(err:AxiosError){
Expand Down

0 comments on commit dd7d983

Please sign in to comment.