Fix the issues with the responses in the endpoints

This commit is contained in:
Oscar Morales
2025-06-10 23:13:54 -06:00
parent 82ebe4408b
commit dcf801beff
12 changed files with 258 additions and 216 deletions

View File

@@ -166,8 +166,7 @@ namespace Core.Thalos.Application.UseCases.Role
Description = command.Description,
Applications = command.Applications,
Modules = command.Modules,
Permissions = command.Permissions,
Status = command.Status
Permissions = command.Permissions
};
string id = command.Id;