Skip to content

Commit 27cf01f

Browse files
rm app acl
1 parent 703ba12 commit 27cf01f

File tree

3 files changed

+2
-5
lines changed
  • contact-center
  • multichannel-app/frontend/app/api

3 files changed

+2
-5
lines changed

contact-center/main-app/app/@dash/(dash)/layout.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ const acl = {
2323
'/*/sessions/**': {},
2424
'/*/devices/**': {},
2525
'/*/image/**': {},
26-
'/*/media/**': {},
27-
'/*/applications/**': {},
26+
'/*/media/**': {},
2827
'/*/push/**': {},
2928
'/*/knocking/**': {},
3029
'/*/legs/**': {}

contact-center/supabase-backend/supabase/functions/token.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ const defaultACL = {
2424
'/*/sessions/**': {},
2525
'/*/devices/**': {},
2626
'/*/image/**': {},
27-
'/*/media/**': {},
28-
'/*/applications/**': {},
27+
'/*/media/**': {},
2928
'/*/push/**': {},
3029
'/*/knocking/**': {},
3130
'/*/legs/**': {},

multichannel-app/frontend/app/api/token.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ const acl:ACL = {
1616
'/*/devices/**': {},
1717
'/*/image/**': {},
1818
'/*/media/**': {},
19-
'/*/applications/**': {},
2019
'/*/push/**': {},
2120
'/*/knocking/**': {},
2221
'/*/legs/**': {}

0 commit comments

Comments
 (0)