dotnet / eShop

A reference .NET application implementing an eCommerce site
MIT License
4.13k stars 1.1k forks source link

Mobile BFF project doesn't register health check routes #273

Closed notanaverageman closed 1 week ago

notanaverageman commented 1 month ago

app.MapDefaultEndpoints(); was removed in #218. Is this intentional?

adityamandaleeka commented 1 month ago

@Eilon @SrushtiPasari94 PTAL

SrushtiPasari94 commented 3 weeks ago

@notanaverageman app.MapDefaultEndpoints(); was removed while replacing Map forwarder with Yarp reverse Proxy for mobile BFF.