"launchBrowser": true,
"launchUrl": "scalar",
- Step - 3
Add Code in
Program.csfile
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
Top comments (1)
Simple way to setup scalar for ASP.NET Core Web API😃