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

Clean up imports ()

pull/268/head
Thomas 4 years ago committed by GitHub
parent bb76ace95d
commit e68aa1fa68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,7 +5,6 @@ import {
import { ExchangeRateDataService } from '@ghostfolio/api/services/exchange-rate-data.service';
import { ImpersonationService } from '@ghostfolio/api/services/impersonation.service';
import {
PortfolioItem,
PortfolioOverview,
PortfolioPerformance,
PortfolioPosition,

@ -3,7 +3,6 @@ import {
DATE_FORMAT,
getUtc,
isGhostfolioScraperApiSymbol,
isRakutenRapidApiSymbol,
resetHours
} from '@ghostfolio/common/helper';
import { Injectable } from '@nestjs/common';

Loading…
Cancel
Save