Ignore:
Timestamp:
10/28/25 10:51:32 (11 months ago)
Author:
GitHub <noreply@…>
Branches:
master
Children:
4708118
Parents:
b38c39c (diff), c2e73b6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Boris Gjorgjievski <69085722+imbrsk@…> (10/28/25 10:51:32)
git-committer:
GitHub <noreply@…> (10/28/25 10:51:32)
Message:

Merge branch 'Dev' into feature/getUser

File:
1 edited

Legend:

Unmodified
Added
Removed
  • iknow-api/Program.cs

    rb38c39c rff202cf  
    5050builder.Services.AddScoped<IUserService, UserService>();
    5151
     52builder.Services.AddScoped<IRefreshTokenService, RefreshTokenService>();
     53builder.Services.AddScoped<IUserRepository, UserRepository>();
     54builder.Services.AddScoped<IRefreshTokenRepository, RefreshTokenRepository>();
    5255builder.Services.AddAuthorization();
    5356var app = builder.Build();
Note: See TracChangeset for help on using the changeset viewer.