Skip to content

Instantly share code, notes, and snippets.

@talkingdotnet
Created June 1, 2022 04:36
Show Gist options
  • Save talkingdotnet/fcdf2f539f8bbcf516d76c6286bd0cb5 to your computer and use it in GitHub Desktop.
Save talkingdotnet/fcdf2f539f8bbcf516d76c6286bd0cb5 to your computer and use it in GitHub Desktop.
WebApplication.CreateBuilder(args)
.RegisterServices()
.Build()
.SetupMiddleware()
.Run();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment