5 references to AddRoute
Aspire.Hosting.Yarp (2)
ConfigurationBuilder\IYarpConfigurationBuilder.cs (2)
181return builder.AddRoute(CatchAllPath, endpoint); 275EndpointReference endpoint => builder.AddRoute(path, endpoint),
Aspire.Hosting.Yarp.Tests (1)
YarpFunctionalTests.cs (1)
27builder.AddRoute("/aspnetapp/{**catch-all}", endpoint)
TestShop.AppHost (2)
AppHost.cs (2)
124builder.AddRoute("/catalog/{**catch-all}", catalogService.GetEndpoint("http")) 127builder.AddRoute("/basket/{**catch-all}", basketService.GetEndpoint("http"))