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