Fixes the base resource
This commit is contained in:
parent
71de903f13
commit
5607c53329
3 changed files with 3 additions and 3 deletions
|
|
@ -22,7 +22,7 @@ namespace isnd.Services
|
|||
{
|
||||
this.dbContext = dbContext;
|
||||
isndSettings = siteConfigOptionsOptions.Value;
|
||||
extUrl = isndSettings.ExternalUrl ;
|
||||
extUrl = isndSettings.ExternalUrl + "/";
|
||||
CurrentCatalogIndex = GetCatalogIndex();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue