Converted to IOptions over IOptionsSnapshot due to the latter only working in scoped services.
Further amends to return to booting application.
This commit is contained in:
@@ -41,7 +41,7 @@ namespace Umbraco.Web.BackOffice.Controllers
|
||||
|
||||
public PreviewController(
|
||||
UmbracoFeatures features,
|
||||
IOptionsSnapshot<GlobalSettings> globalSettings,
|
||||
IOptions<GlobalSettings> globalSettings,
|
||||
IPublishedSnapshotService publishedSnapshotService,
|
||||
IWebSecurity webSecurity,
|
||||
ILocalizationService localizationService,
|
||||
|
||||
Reference in New Issue
Block a user