Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/ce00ed7c7ed204586c73ef44023978eba1b72aa1 You should set ROOT_URL correctly, otherwise the web may not work correctly.

refactor: 🗑️ Fixed a deprecation

l10n_develop
tidusjar 3 years ago
parent 68ef366e85
commit ce00ed7c7e

@ -51,7 +51,7 @@ export class AppComponent implements OnInit {
private signalrNotification: SignalRNotificationService,
private readonly snackBar: MatSnackBar,
private readonly identity: IdentityService,
@Inject(DOCUMENT) private document: HTMLDocument) {
@Inject(DOCUMENT) private document: Document) {
this.translate.addLangs(["da", "de", "en", "es", "fr", "it", "hu", "nl", "no", "pl", "pt", "sk", "sv", "bg", "ru", "cs", "zh"]);

Loading…
Cancel
Save