Skip to content

Commit

Permalink
rename to ConfigureMarkdown
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Mar 6, 2024
1 parent c4a8a66 commit 1217e44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MyApp/Configure.Ssg.cs → MyApp/ConfigureMarkdown.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using ServiceStack.IO;

[assembly: HostingStartup(typeof(MyApp.ConfigureSsg))]
[assembly: HostingStartup(typeof(MyApp.ConfigureMarkdown))]

namespace MyApp;

public class ConfigureSsg : IHostingStartup
public class ConfigureMarkdown : IHostingStartup
{
public void Configure(IWebHostBuilder builder) => builder
.ConfigureServices(services =>
Expand Down

0 comments on commit 1217e44

Please sign in to comment.