Fixes the base resource

This commit is contained in:
Paul Schneider 2021-09-04 13:41:00 +01:00
commit 5607c53329
3 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@ namespace isnd.Services
{
this.dbContext = dbContext;
isndSettings = siteConfigOptionsOptions.Value;
extUrl = isndSettings.ExternalUrl ;
extUrl = isndSettings.ExternalUrl + "/";
CurrentCatalogIndex = GetCatalogIndex();
}