Skip to content

Commit

Permalink
Fixed build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bilimig committed Jun 21, 2024
1 parent bded7ee commit 1554621
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Server/ReasnAPI/ReasnAPI/Mappers/ParticipantMapper.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using ReasnAPI.Models.Controller;
using ReasnAPI.Models.API;
using ReasnAPI.Models.Database;
using ReasnAPI.Models.DTOs;

Expand Down
1 change: 1 addition & 0 deletions Server/ReasnAPI/ReasnAPI/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@

builder.Services.AddScoped<InterestService>();
builder.Services.AddScoped<TagService>();
builder.Services.AddScoped<CommentService>();
builder.Services.AddScoped<ParameterService>();
builder.Services.AddScoped<EventService>();
builder.Services.AddScoped<ParticipantService>();
Expand Down

0 comments on commit 1554621

Please sign in to comment.