We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6a37eb commit 17a6964Copy full SHA for 17a6964
WMS.WebUI/WMS.WebUI/Extensions/DependencyInjection.cs
@@ -8,7 +8,7 @@ public static class DependencyInjection
8
public static IServiceCollection AddSyncfusion(this IServiceCollection services, IConfiguration configuration)
9
{
10
var section = configuration.GetSection("Keys");
11
- var key = section.GetValue<string>("Syncfusion");
+ var key = section.GetValue<string>("Syncfusion") ?? "asd";
12
13
if (string.IsNullOrEmpty(key))
14
0 commit comments