Open robledosm opened 5 years ago
this works for me: http://localhost:52471/swagger/index.html
Yep, the documentation needs a refresher.
For .Net bundle, I suggest an update to launchsettings.json to include the launchUrl setting:
"ECommerce.WebApiCore": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "https://localhost:5001/swagger/index.html",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:5001;http://localhost:5000"
}
The url on INSTRUCTION_BACKEND.pdf returns 404 error. I have replaced the placeholder with the url where the api is running on my local