7 references to WithTransformPathRemovePrefix
Aspire.Hosting.Yarp.Tests (2)
YarpConfigGeneratorTests.cs (1)
288
.
WithTransformPathRemovePrefix
("/api");
YarpFunctionalTests.cs (1)
22
.
WithTransformPathRemovePrefix
("/aspnetapp");
ExternalServices.AppHost (2)
AppHost.cs (2)
29
c.AddRoute("/nuget/{**catchall}", nugetCluster).
WithTransformPathRemovePrefix
("/nuget");
30
c.AddRoute("/external-service/{**catchall}", externalService).
WithTransformPathRemovePrefix
("/external-service");
TestShop.AppHost (2)
Program.cs (2)
92
.
WithTransformPathRemovePrefix
("/catalog");
95
.
WithTransformPathRemovePrefix
("/basket");
Yarp.AppHost (1)
Program.cs (1)
17
.
WithTransformPathRemovePrefix
("/api");