We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e77fa commit 989af4fCopy full SHA for 989af4f
1 file changed
ExampleDataApis/Configure.AppHost.cs
@@ -14,7 +14,7 @@ public void Configure(IWebHostBuilder builder) => builder
14
// Configure ASP.NET Core IOC Dependencies
15
});
16
17
- public AppHost() : base("ExampleDataApis", typeof(MyServices).Assembly) {}
+ public AppHost() : base("SSG Examples", typeof(MyServices).Assembly) {}
18
19
public override void Configure(Container container)
20
{
0 commit comments