Skip to content

Commit

Permalink
chore: Webhooks page refactor (#30274)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandernsilva authored and debdutdeb committed Oct 26, 2023
1 parent 5b43d58 commit bb76e26
Show file tree
Hide file tree
Showing 7 changed files with 254 additions and 181 deletions.
2 changes: 1 addition & 1 deletion apps/meteor/app/livechat/server/api/v1/webhooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ API.v1.addRoute(
const webhookUrl = settings.get<string>('Livechat_webhookUrl');

if (!webhookUrl) {
return API.v1.failure('Webhook URL is not set');
return API.v1.failure('Webhook_URL_not_set');
}

try {
Expand Down
170 changes: 0 additions & 170 deletions apps/meteor/client/views/omnichannel/webhooks/WebhooksPage.js

This file was deleted.

Loading

0 comments on commit bb76e26

Please sign in to comment.