Skip to content

Commit 989af4f

Browse files
committed
Update Configure.AppHost.cs
1 parent 34e77fa commit 989af4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ExampleDataApis/Configure.AppHost.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public void Configure(IWebHostBuilder builder) => builder
1414
// Configure ASP.NET Core IOC Dependencies
1515
});
1616

17-
public AppHost() : base("ExampleDataApis", typeof(MyServices).Assembly) {}
17+
public AppHost() : base("SSG Examples", typeof(MyServices).Assembly) {}
1818

1919
public override void Configure(Container container)
2020
{

0 commit comments

Comments
 (0)