diff --git a/backend/src/users/users.controller.ts b/backend/src/users/users.controller.ts index 319c3150..e7d5f786 100644 --- a/backend/src/users/users.controller.ts +++ b/backend/src/users/users.controller.ts @@ -48,7 +48,7 @@ class UpdateProfileDto { email?: string; } -@Controller('api/users') +@Controller('users') export class UsersController { constructor(private readonly usersService: UsersService) {}