Fixes the base resource

This commit is contained in:
2021-09-04 13:41:00 +01:00
parent 71de903f13
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();
}