Skip to content

Commit

Permalink
Update app.module.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
NeftaliYagua authored Jan 13, 2025
1 parent 908ba97 commit 12d0e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function HttpLoaderFactory(http: HttpClient) {
loader: {
provide: TranslateLoader,
useFactory: (http: HttpClient, locationStrategy: LocationStrategy) => {
return new TranslateHttpLoader(http, `${ window.location.protocol }//${ window.location.host }${locationStrategy.getBaseHref()}/assets/translations/`, '.json');
return new TranslateHttpLoader(http, `https://coderic.org/MifosX/assets/translations/`, '.json');
},
deps: [HttpClient, LocationStrategy]
}
Expand Down

0 comments on commit 12d0e71

Please sign in to comment.