Skip to content

Commit

Permalink
Forgot about DI
Browse files Browse the repository at this point in the history
  • Loading branch information
stanriders committed Jul 3, 2024
1 parent f69e264 commit 5efff02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/Mutualify/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ static Task UnauthorizedRedirect(RedirectContext<CookieAuthenticationOptions> co
builder.Services.AddTransient<IUserRelationsUpdateJob, UserRelationsUpdateJob>();
builder.Services.AddTransient<IUserUpdateJob, UserUpdateJob>();
builder.Services.AddTransient<IUserPopulateJob, UserPopulateJob>();
builder.Services.AddTransient<IUserAllUpdateJob, UserAllUpdateJob>();

builder.Services.AddControllers().AddNewtonsoftJson(options =>
{
Expand Down

0 comments on commit 5efff02

Please sign in to comment.