"launchBrowser": true,
"launchUrl": "scalar",
- Step - 3
Add Code in
Program.cs file
if (app.Environment.IsDevelopment())
{
app.MapOpenApi();
app.MapScalarApiReference();
}
- Step - 4
Run the project
👁
For further actions, you may consider blocking this person and/or reporting abuse