Skip to content

Commit

Permalink
fix: question answer protocol (#541)
Browse files Browse the repository at this point in the history
* feat:added question answer protocol

Signed-off-by: pallavicoder <[email protected]>

* fear:added question answer webhook

Signed-off-by: pallavicoder <[email protected]>

* feat:add question answer protocol inside platform

Signed-off-by: pallavicoder <[email protected]>

* fix:removed extra cost variables

Signed-off-by: pallavicoder <[email protected]>

* fix:removed tenant id from API

Signed-off-by: pallavicoder <[email protected]>

* Merge branch 'fix:removed DTO

Signed-off-by: pallavicoder <[email protected]>

---------

Signed-off-by: pallavicoder <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
  • Loading branch information
pallavighule authored and KulkarniShashank committed Sep 11, 2024
1 parent fa571aa commit 8e9f1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api-gateway/src/connection/connection.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export class ConnectionController {

}

@Post('/orgs/:orgId/question-answer/question/:connectionId')
@Post('/orgs/:orgId/question-answer/question/:connectionId/:tenantId')
@ApiOperation({ summary: '', description: 'send question' })
@UseGuards(AuthGuard('jwt'), OrgRolesGuard)
@Roles(OrgRoles.OWNER, OrgRoles.ADMIN, OrgRoles.ISSUER, OrgRoles.VERIFIER, OrgRoles.MEMBER, OrgRoles.HOLDER, OrgRoles.SUPER_ADMIN, OrgRoles.PLATFORM_ADMIN)
Expand Down

0 comments on commit 8e9f1d1

Please sign in to comment.