2 references to ConfigEndpointPath
blazor-gateway (2)
BlazorGateway.cs (2)
49
if (!string.IsNullOrEmpty(appConfig.
ConfigEndpointPath
) && !string.IsNullOrEmpty(appConfig.ConfigResponse))
51
app.MapGet(appConfig.
ConfigEndpointPath
, () => Results.Content(appConfig.ConfigResponse, "application/json"))