Skip to content

Commit 5e20d8b

Browse files
authored
Changed a code in startup.css
1 parent 8e384e5 commit 5e20d8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Startup.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ public void ConfigureServices(IServiceCollection services)
3636
// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
3737
public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
3838
{
39-
Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("MjEzOTY0QDMxMzcyZTM0MmUzMERENEhzUHJDTFl1S0ZuZ1JVZGp3R3ZUbEdkSlVkaEJJajdNMjZ4TitnN2c9");
39+
// Add your valid license key here.
40+
Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("Your License Key");
4041
if (env.IsDevelopment())
4142
{
4243
app.UseDeveloperExceptionPage();

0 commit comments

Comments
 (0)