Skip to content

Commit

Permalink
users/agent endpoint now public for forwarding
Browse files Browse the repository at this point in the history
  • Loading branch information
KevLehman committed Oct 12, 2023
1 parent 82839a4 commit 83d5613
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apps/meteor/app/livechat/imports/server/rest/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ API.v1.addRoute(
{
authRequired: true,
permissionsRequired: {
GET: {
permissions: ['manage-livechat-agents'],
operation: 'hasAll',
},
POST: { permissions: ['view-livechat-manager'], operation: 'hasAll' },
},
validateParams: {
Expand Down

0 comments on commit 83d5613

Please sign in to comment.