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