2 references to AddRoute
Aspire.Hosting.Yarp (1)
ConfigurationBuilder\IYarpConfigurationBuilder.cs (1)
131return builder.AddRoute(CatchAllPath, externalService);
ExternalServices.AppHost (1)
AppHost.cs (1)
30c.AddRoute("/external-service/{**catchall}", externalService).WithTransformPathRemovePrefix("/external-service");