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