Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
EdiWang committed May 30, 2024
1 parent b205607 commit 7dfd4e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Moonglade.Web/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ void ConfigureServices(IServiceCollection services)
AppDomain.CurrentDomain.Load("Moonglade.Theme");
AppDomain.CurrentDomain.Load("Moonglade.Configuration");
AppDomain.CurrentDomain.Load("Moonglade.Data");
AppDomain.CurrentDomain.Load("Moonglade.Webmention");

services.AddMediatR(config => config.RegisterServicesFromAssemblies(AppDomain.CurrentDomain.GetAssemblies()));
services.AddOptions()
Expand Down

0 comments on commit 7dfd4e9

Please sign in to comment.