Skip to content

Commit

Permalink
Add /1/ping ping poing
Browse files Browse the repository at this point in the history
  • Loading branch information
dsame committed Nov 4, 2023
1 parent 0611bf3 commit 9fecc26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions az-appservice-dotnet/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
var app = builder.Build();

app.MapGet("/", () => "Hello World!");
app.MapGroup("/1")
.MapGet("/ping", () => "pong");

app.Run();

0 comments on commit 9fecc26

Please sign in to comment.