Skip to content

Commit

Permalink
route updated
Browse files Browse the repository at this point in the history
  • Loading branch information
thedineshbabu committed Aug 31, 2024
1 parent ac751fc commit 43c9a9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export class SubscriberController {
{
pubsubname: 'cpubsub',
topic: 'organizations',
route: 'organizations',
route: 'dapr/subscribe/organizations',
},
];
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class SubscriberController {
{
pubsubname: 'cpubsub',
topic: 'organizations',
route: 'organizations',
route: 'dapr/subscribe/organizations',
},
];
}
Expand Down

0 comments on commit 43c9a9a

Please sign in to comment.