Skip to content

Commit

Permalink
Merge pull request #21 from fusioncharts/feature/time-series-chart
Browse files Browse the repository at this point in the history
Minor change related to http issue.
  • Loading branch information
meherhowji-5740 authored Sep 11, 2023
2 parents 657c473 + 0bac5aa commit cbe6083
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions BlazorApp1/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
builder.Services.AddRazorPages();
builder.Services.AddServerSideBlazor();
builder.Services.AddScoped<FusionChartsService>();
builder.Services.AddHttpClient();

var app = builder.Build();

Expand Down
2 changes: 1 addition & 1 deletion BlazorApp1/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:7181;http://localhost:5039",
"applicationUrl": "http://localhost:5039",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
Expand Down

0 comments on commit cbe6083

Please sign in to comment.