2 references to AddRoute
Aspire.Hosting.Yarp (1)
ConfigurationBuilder\IYarpConfigurationBuilder.cs (1)
74return builder.AddRoute(CatchAllPath, resource);
Yarp.AppHost (1)
Program.cs (1)
16yarp.AddRoute("/api/{**catch-all}", backendService)