Fixes the base resource
This commit is contained in:
@ -22,7 +22,7 @@ namespace isnd.Services
|
||||
{
|
||||
this.dbContext = dbContext;
|
||||
isndSettings = siteConfigOptionsOptions.Value;
|
||||
extUrl = isndSettings.ExternalUrl ;
|
||||
extUrl = isndSettings.ExternalUrl + "/";
|
||||
CurrentCatalogIndex = GetCatalogIndex();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user