File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
main-app/app/@dash/(dash)
supabase-backend/supabase/functions
multichannel-app/frontend/app/api Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff 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/**' : { }
Original file line number Diff line number Diff 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/**' : { } ,
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ const acl:ACL = {
1616 '/*/devices/**' : { } ,
1717 '/*/image/**' : { } ,
1818 '/*/media/**' : { } ,
19- '/*/applications/**' : { } ,
2019 '/*/push/**' : { } ,
2120 '/*/knocking/**' : { } ,
2221 '/*/legs/**' : { }
You can’t perform that action at this time.
0 commit comments