Skip to content

Commit 98b8c4b

Browse files
committed
fix: add missing app.MapControllers() to resolve endpoint routing
1 parent 1cec446 commit 98b8c4b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

DebugProbe.SampleApi/Program.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,6 @@
3535
return Results.Ok(new { delayedMs = milliseconds });
3636
});
3737

38+
app.MapControllers();
39+
3840
app.Run();

0 commit comments

Comments
 (0)