There was an error while loading. Please reload this page.
1 parent 1cec446 commit 98b8c4bCopy full SHA for 98b8c4b
1 file changed
DebugProbe.SampleApi/Program.cs
@@ -35,4 +35,6 @@
35
return Results.Ok(new { delayedMs = milliseconds });
36
});
37
38
+app.MapControllers();
39
+
40
app.Run();
0 commit comments