Skip to content

Instantly share code, notes, and snippets.

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