Skip to content

Commit

Permalink
change: bloco: controller: put imagem
Browse files Browse the repository at this point in the history
  • Loading branch information
guesant committed Mar 29, 2024
1 parent 69240d4 commit 49e64ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export class BlocoController {
return this.blocoService.blocoUpdate(contextoDeAcesso, dtoUpdate);
}

@Put('/:id/imagens/capa')
@Put('/:id/imagem/capa')
@ApiConsumes('multipart/form-data')
@ApiBody({
schema: {
Expand Down

0 comments on commit 49e64ad

Please sign in to comment.