9 references to WithTransformPathRemovePrefix
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 (1)
ConfigurationBuilder\Transforms\PathTransformExtensions.cs (1)
109
return route.
WithTransformPathRemovePrefix
(new PathString(prefix));
ExternalServices.AppHost (2)
AppHost.cs (2)
28
c.AddRoute("/nuget/{**catchall}", nugetCluster).
WithTransformPathRemovePrefix
("/nuget");
29
c.AddRoute("/external-service/{**catchall}", externalService).
WithTransformPathRemovePrefix
("/external-service");
TestShop.AppHost (2)
AppHost.cs (2)
125
.
WithTransformPathRemovePrefix
("/catalog");
128
.
WithTransformPathRemovePrefix
("/basket");
Yarp.AppHost (2)
AppHost.cs (2)
17
.
WithTransformPathRemovePrefix
("/api");
25
.
WithTransformPathRemovePrefix
("/api");