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