"launchBrowser": true,
"launchUrl": "scalar",
- Step - 3
Add Code in
Program.csfile
if (app.Environment.IsDevelopment())
{
app.MapOpenApi();
app.MapScalarApiReference();
}
- Step - 4
Run the project
DE
Source
This article was originally published by DEV Community and written by Sharad Aade.
Read original article on DEV Community