diff --git a/Knots/Endpoints/User/UpdateUserEndpoint.cs b/Knots/Endpoints/User/UpdateUserEndpoint.cs index 1bbc6d0..22c61b7 100644 --- a/Knots/Endpoints/User/UpdateUserEndpoint.cs +++ b/Knots/Endpoints/User/UpdateUserEndpoint.cs @@ -4,7 +4,7 @@ using Microsoft.EntityFrameworkCore; namespace Knots.Endpoints.User; -public class UpdateLoginEndpoint(KnotsDbContext knotsDbContext) : Endpoint +public class UpdateUserEndpoint(KnotsDbContext knotsDbContext) : Endpoint { public override void Configure() {