2 references to EndpointsManifest
blazor-gateway (2)
BlazorGateway.cs (2)
55
if (!string.IsNullOrEmpty(appConfig.
EndpointsManifest
))
57
app.MapGroup(appConfig.PathPrefix ?? "").MapStaticAssets(appConfig.
EndpointsManifest
);