Skip to content

Commit

Permalink
Merge pull request #10 from fga-eps-mds/feat(#122)/ordenacao-jornadas
Browse files Browse the repository at this point in the history
change endpoint
  • Loading branch information
DaviMatheus authored Sep 2, 2024
2 parents f23b8b4 + 120564a commit 41c3c63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,6 @@ pids

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

reports/*
reports/sonar-report.xml
2 changes: 1 addition & 1 deletion src/content/content.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export class ContentController {
return this.contentService.deleteContent(id);
}

@Patch('update-content-order')
@Patch('order/update-order')
async updateTrailOrder(@Body() contentsDto: UpdateContentsOrderDto) {
this.logger.log(
`Updating trail order for the list: ${JSON.stringify(contentsDto.contents)}`,
Expand Down

0 comments on commit 41c3c63

Please sign in to comment.