Skip to content

Commit

Permalink
Fix User Endpoint using
Browse files Browse the repository at this point in the history
  • Loading branch information
vicheanath committed Oct 25, 2024
1 parent e030ff5 commit 8b9d453
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SearchBugs.Api/Endpoints/UserEndpoints.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using MediatR;
using SearchBugs.Application.Users.AssignRole;
using SearchBugs.Application.Users.GetUserDetail;
using SearchBugs.Application.Users.GetUsers;
using SearchBugs.Application.Users.UpdateUser;
Expand Down

0 comments on commit 8b9d453

Please sign in to comment.