fullstackhero / dotnet-microservices-boilerplate

The Ultimate Microservices Starter Kit for .NET Developers!
https://fullstackhero.net/dotnet-microservices-boilerplate/
510 stars 122 forks source link

access swagger catalog service through gateway #66

Closed AbuHelweh closed 1 year ago

AbuHelweh commented 1 year ago

direct call without YARP its working

access swagger catalog service through gateway https://localhost:7002/api/catalog/swagger/index.html image

iammukeshm commented 1 year ago

The Swagger is available at the /docs endpoint now.

Gateway -> https://localhost:7002/api/catalog/docs/index.html Catalog -> https://localhost:7003/docs/index.html