Skip to content

Commit 825e342

Browse files
committed
[FIX] bugs fixed
1 parent af55fcd commit 825e342

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

GitHub.Actions.API/Program.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
using Elastic.Apm.NetCoreAll;
12
var builder = WebApplication.CreateBuilder(args);
23

34
// Add services to the container.

GitHub.Actions/Program.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
using Elastic.Apm.NetCoreAll;
12
using GitHub.Actions.Data;
23
using Microsoft.AspNetCore.Components;
34
using Microsoft.AspNetCore.Components.Web;

0 commit comments

Comments
 (0)