4 references to ApiPrefix
Aspire.Hosting.Blazor (4)
GatewayConfigurationBuilder.cs (4)
147
env[$"ReverseProxy__Routes__{routeId}__Match__Path"] = $"{pathBase}/{svc.
ApiPrefix
}/{svc.ServiceName}/{{**catch-all}}";
148
env[$"ReverseProxy__Routes__{routeId}__Transforms__0__PathRemovePrefix"] = $"{pathBase}/{svc.
ApiPrefix
}/{svc.ServiceName}";
228
environment[$"services__{svc.ServiceName}__https__0"] = $"{OriginToken}{pathBase}/{svc.
ApiPrefix
}/{svc.ServiceName}";
233
environment[$"services__{svc.ServiceName}__http__0"] = $"{OriginToken}{pathBase}/{svc.
ApiPrefix
}/{svc.ServiceName}";