Skip to content

Commit 08e9b29

Browse files
author
Sachin Maheshwari
committed
changes in endpoint of tc-bus-api.
1 parent 594b7b3 commit 08e9b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/busApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function getClient() {
4242
function createEvent(type, message, logger) {
4343
const body = JSON.stringify(message);
4444
logger.debug(`Sending message: ${JSON.stringify(message)}`);
45-
return getClient().post('/eventbus/events', {
45+
return getClient().post('/v5/bus/events', {
4646
type,
4747
message: body,
4848
})

0 commit comments

Comments
 (0)