Minimal APIs overview | Microsoft Docs

PHOTO EMBED

Sat Apr 23 2022 20:50:43 GMT+0000 (Coordinated Universal Time)

Saved by @iamsingularity

var app = WebApplication.Create(args);

app.MapGet("/", () => "Hello World!");

app.Run("http://localhost:3000");
content_copyCOPY

https://docs.microsoft.com/en-us/aspnet/core/fundamentals/minimal-apis?view