7 references to AddRoute
Aspire.Hosting.Tests (2)
ContainerTunnelTests.cs (2)
27
conf.
AddRoute
("/servicea/{**catch-all}", servicea).WithTransformPathRemovePrefix("/servicea");
66
conf.
AddRoute
("/servicea/{**catch-all}", servicea).WithTransformPathRemovePrefix("/servicea");
Aspire.Hosting.Yarp (2)
ConfigurationBuilder\IYarpConfigurationBuilder.cs (2)
193
return builder.
AddRoute
(CatchAllPath, resource);
276
IResourceBuilder<IResourceWithServiceDiscovery> resource => builder.
AddRoute
(path, resource),
Aspire.Hosting.Yarp.Tests (1)
AddYarpTests.cs (1)
97
config.
AddRoute
("/api/{**catchall}", backend);
Yarp.AppHost (2)
AppHost.cs (2)
16
yarp.
AddRoute
("/api/{**catch-all}", backendService)
24
yarp.
AddRoute
("/api/{**catch-all}", backendService)