Skip to content

Commit

Permalink
update api sync endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
michavie committed Jan 9, 2024
1 parent a830708 commit 7d7c3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/endpoints/apps/apps.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export class AppsController {
}

// TODO: @UseGuards(NativeAuthGuard)
@Get('/apps/:appid/sync')
@Get('/apps/:appid/sync-delegations')
@ApiResponse({ status: 200 })
@ApiResponse({ status: 404 })
async sync(@Param('appid') appId: string) {
Expand Down

0 comments on commit 7d7c3a0

Please sign in to comment.