We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a40737 commit c377d5aCopy full SHA for c377d5a
src/Certify.Server/Certify.Server.HubService/Program.cs
@@ -8,6 +8,7 @@
8
using Microsoft.AspNetCore.Mvc.ApplicationParts;
9
using Microsoft.AspNetCore.SignalR;
10
using Microsoft.AspNetCore.StaticFiles;
11
+using Scalar.AspNetCore;
12
using Serilog;
13
14
var builder = WebApplication.CreateBuilder(args);
@@ -70,6 +71,8 @@
70
71
if (app.Environment.IsDevelopment())
72
{
73
app.MapOpenApi();
74
+
75
+ app.MapScalarApiReference();
76
}
77
78
app.UseHttpsRedirection();
0 commit comments