Skip to content

Commit b8bccc0

Browse files
author
sachin-maheshwari
authored
Merge pull request #71 from topcoder-platform/dev
changes in endpoint of tc-bus-api for v5.
2 parents a9e4168 + 08e9b29 commit b8bccc0

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)