Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrigir Retorno do Put do Controller Categoria #109

Open
alexfariakof opened this issue Nov 20, 2023 · 0 comments
Open

Corrigir Retorno do Put do Controller Categoria #109

alexfariakof opened this issue Nov 20, 2023 · 0 comments
Assignees
Labels
bugfix Something isn't working feature

Comments

@alexfariakof
Copy link
Owner

O Método esta retornando ObjectResult(updateCategoria);

O padrão da aplicação é para sucesso nas operações do tipo put é retorna um OkObjectResult

Ex.:
return new OkObjectResult(new { message = true, despesa = updateDespesa });

@alexfariakof alexfariakof added this to the Start Iteration 2 milestone Nov 30, 2023
@alexfariakof alexfariakof added enhancement bugfix Something isn't working feature and removed enhancement labels Nov 30, 2023
@alexfariakof alexfariakof self-assigned this Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Something isn't working feature
Projects
None yet
Development

No branches or pull requests

1 participant