5 references to AddRoute
Aspire.Hosting.Tests (2)
ContainerTunnelTests.cs (2)
27conf.AddRoute("/servicea/{**catch-all}", servicea).WithTransformPathRemovePrefix("/servicea"); 67conf.AddRoute("/servicea/{**catch-all}", servicea).WithTransformPathRemovePrefix("/servicea");
Aspire.Hosting.Yarp (1)
ConfigurationBuilder\IYarpConfigurationBuilder.cs (1)
176return builder.AddRoute(CatchAllPath, resource);
Yarp.AppHost (2)
Program.cs (2)
16yarp.AddRoute("/api/{**catch-all}", backendService) 24yarp.AddRoute("/api/{**catch-all}", backendService)