ngx-admin-bundle-support
ngx-admin-bundle-support copied to clipboard
API documentation not working (Swagger)
The url on INSTRUCTION_BACKEND.pdf returns 404 error. I have replaced the <api_url> placeholder with the url where the api is running on my local

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"
}