Skip to content

Commit

Permalink
Fix config value from BE config
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic authored Sep 25, 2024
1 parent 9c79efe commit 3604abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class AppComponent implements OnInit {
}

ngOnInit() {
LoopBackConfig.setBaseURL(this.config.scicatBaseUrl);
LoopBackConfig.setBaseURL(this.config.lbBaseURL);
console.log("API Path: ", LoopBackConfig.getPath());
console.log("API Version: ", LoopBackConfig.getApiVersion());
}
Expand Down

0 comments on commit 3604abe

Please sign in to comment.