Skip to content

Commit

Permalink
added /api to backend url
Browse files Browse the repository at this point in the history
  • Loading branch information
Geertvdc committed Oct 14, 2019
1 parent 2876078 commit cb2f7e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/xpirit-beerxchange/src/app/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class AppConfig {
}

loadAppConfig(): Observable<any> {
const configUrl = `assets/config/config.${environment.name}.json?v=2`;
const configUrl = `assets/config/config.${environment.name}.json?v=3`;

return this.httpClient.get(configUrl).pipe(tap(response => {
AppConfig.settings = response;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiUrl": "https://xpirit-beerxchange-api.azurewebsites.net",
"apiUrl": "https://xpirit-beerxchange-api.azurewebsites.net/api",
"appInsightsKey": "dc7ee50e-c09f-4272-a9b0-0f6a90c61716",
"authority": "https://login.microsoftonline.com/3d4d17ea-1ae4-4705-947e-51369c5a5f79",
"scope": "user.read",
Expand Down

0 comments on commit cb2f7e5

Please sign in to comment.