Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
turbcool committed Jan 24, 2024
1 parent 6fda752 commit 26f8463
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ protected override IWebHostBuilder CreateWebHostBuilder()
var webHostBuilder = new WebHostBuilder()
.UseUnityServiceProvider(container)
.UseContentRoot(contentRootDirectory)
.UseStartup<TestStartup>();
.UseStartup<TStartup>();
return webHostBuilder;
}

Expand Down

0 comments on commit 26f8463

Please sign in to comment.