From b7ad3c9af3559bf28d83d844a64aca14de1d0cd7 Mon Sep 17 00:00:00 2001 From: oistig Date: Thu, 12 Mar 2026 17:12:35 +0100 Subject: [PATCH] changement de nom de classe --- Knots/Endpoints/User/UpdateUserEndpoint.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {