Skip to content

Commit

Permalink
plugins with dependency injection
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmisek committed Oct 13, 2022
1 parent f7fda13 commit 20e1c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public void ConfigureServices(IServiceCollection services)
// options.SiteUrl =
// options.HomeUrl = "http://localhost:5004";

// options.PluginContainer.Add(new DashboardPlugin());
// options.PluginContainer.Add<DashboardPlugin>(); // add plugin using dependency injection
});
}

Expand Down

0 comments on commit 20e1c00

Please sign in to comment.