9 references to WithTransformPathRemovePrefix
Aspire.Hosting.Tests (2)
ContainerTunnelTests.cs (2)
27
conf.AddRoute("/servicea/{**catch-all}", servicea).
WithTransformPathRemovePrefix
("/servicea");
67
conf.AddRoute("/servicea/{**catch-all}", servicea).
WithTransformPathRemovePrefix
("/servicea");
Aspire.Hosting.Yarp (1)
ConfigurationBuilder\Transforms\PathTransformExtensions.cs (1)
109
return route.
WithTransformPathRemovePrefix
(new PathString(prefix));
ExternalServices.AppHost (2)
AppHost.cs (2)
30
c.AddRoute("/nuget/{**catchall}", nugetCluster).
WithTransformPathRemovePrefix
("/nuget");
31
c.AddRoute("/external-service/{**catchall}", externalService).
WithTransformPathRemovePrefix
("/external-service");
TestShop.AppHost (2)
AppHost.cs (2)
106
.
WithTransformPathRemovePrefix
("/catalog");
109
.
WithTransformPathRemovePrefix
("/basket");
Yarp.AppHost (2)
Program.cs (2)
17
.
WithTransformPathRemovePrefix
("/api");
25
.
WithTransformPathRemovePrefix
("/api");