akveo / ngx-admin-bundle-support

Support repository for ngx-admin backend bundles with issues tracking, instructions and code samples
58 stars 32 forks source link

.net core bundle - issue with backend #51

Closed CorpSmart closed 4 years ago

CorpSmart commented 4 years ago

Hi,

I have tried for a few hours now trying to browse the backend bundle api (.net core) but always get the 404 error not found:

image

The application builds successfully and the database tables are created and seeded correctly.

Please advise what I am doing wrong?

Thanks, Vin

CorpSmart commented 4 years ago

Ok, I am able to browse http://localhost:52471/swagger/index.html and view the web api definitions as well as test the API.