Skip to content

Commit

Permalink
fix: basic message url (#944)
Browse files Browse the repository at this point in the history
Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com>
  • Loading branch information
tipusinghaw authored Aug 27, 2024
1 parent 04c9327 commit a96654b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion apps/api-gateway/src/connection/connection.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,6 @@ export class ConnectionController {
return res.status(HttpStatus.OK).json(finalResponse);
}

// WIP : Create final Response
@Post('/orgs/:orgId/basic-message/:connectionId')
@ApiOperation({ summary: '', description: 'send question' })
@UseGuards(AuthGuard('jwt'), OrgRolesGuard)
Expand Down
2 changes: 1 addition & 1 deletion libs/common/src/common.constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export enum CommonConstants {
URL_SHAGENT_SEND_ANSWER = '/multi-tenancy/question-answer/answer/#/@',
URL_SHAGENT_QUESTION_ANSWER_RECORD = '/multi-tenancy/question-answer/#',
URL_SHAGENT_DELETE_SUB_WALLET = '/multi-tenancy/#',
URL_SHARED_SEND_BASIC_MESSAGE = '/multi-tenancy/basic-message/#/@',
URL_SHARED_SEND_BASIC_MESSAGE = '/multi-tenancy/basic-messages/#/@',
URL_SHAGENT_ACCEPT_PROOF_REQUEST = '/multi-tenancy/proofs/#/accept-request/@',


Expand Down

0 comments on commit a96654b

Please sign in to comment.