fullstackhero / dotnet-microservices-boilerplate

The Ultimate Microservices Starter Kit for .NET Developers!

Home Page:https://fullstackhero.net/dotnet-microservices-boilerplate/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

access swagger catalog service through gateway

AbuHelweh opened this issue · comments

direct call without YARP its working

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

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