Created
June 1, 2022 04:37
-
-
Save talkingdotnet/3eea1e46377951a56a9e37090e006098 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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