Skip to content

Commit 55795c5

Browse files
Update Program.cs
1 parent ea1e5d3 commit 55795c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
builder.Services.AddControllersWithViews();
55

66
var app = builder.Build();
7-
Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("Mgo+DSMBMAY9C3t2VlhiQldPd11dX2tWfFN0RnNcdVx5flVDcC0sT3RfQF5iSHxbdkBgWX1WeXVTRA==");
7+
Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("Your license key");
88
// Configure the HTTP request pipeline.
99
if (!app.Environment.IsDevelopment())
1010
{

0 commit comments

Comments
 (0)