diff --git a/apps/api/src/endpoints/apps/apps.controller.ts b/apps/api/src/endpoints/apps/apps.controller.ts index 001cf01..eeed498 100644 --- a/apps/api/src/endpoints/apps/apps.controller.ts +++ b/apps/api/src/endpoints/apps/apps.controller.ts @@ -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) {