Skip to content

Commit

Permalink
Merge pull request #21 from sbwalker/master
Browse files Browse the repository at this point in the history
Client-side Blazor fix
  • Loading branch information
sbwalker authored May 24, 2019
2 parents d8d09ed + 9116bc3 commit d04f308
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Oqtane.Server/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ public void ConfigureServices(IServiceCollection services)
services.AddSingleton<IThemeRepository, ThemeRepository>();

// register transient scoped core services
services.AddTransient<ITenantResolver, TenantResolver>();
services.AddTransient<IAliasRepository, AliasRepository>();
services.AddTransient<ITenantRepository, TenantRepository>();
services.AddTransient<ISiteRepository, SiteRepository>();
services.AddTransient<IPageRepository, PageRepository>();
Expand Down

0 comments on commit d04f308

Please sign in to comment.