Skip to content

Commit

Permalink
fixed build issue
Browse files Browse the repository at this point in the history
addedscope for address service
  • Loading branch information
bilimig committed Jun 22, 2024
1 parent b2b51c0 commit c170e48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Server/ReasnAPI/ReasnAPI/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
builder.Services.AddScoped<InterestService>();
builder.Services.AddScoped<TagService>();
builder.Services.AddScoped<CommentService>();
builder.Services.AddScoped<AddressService>();
builder.Services.AddScoped<ParameterService>();
builder.Services.AddScoped<EventService>();
builder.Services.AddScoped<ParticipantService>();
Expand Down

0 comments on commit c170e48

Please sign in to comment.