fix: acl skip chinaRegions:list action
This commit is contained in:
parent
f8f708921c
commit
ae5686af0b
@ -11,6 +11,7 @@ export class ChinaRegionPlugin extends Plugin {
|
|||||||
await this.db.import({
|
await this.db.import({
|
||||||
directory: resolve(__dirname, 'collections'),
|
directory: resolve(__dirname, 'collections'),
|
||||||
});
|
});
|
||||||
|
this.app.acl.skip('chinaRegions', 'list', 'logged-in');
|
||||||
}
|
}
|
||||||
|
|
||||||
async importData() {
|
async importData() {
|
||||||
|
Loading…
Reference in New Issue
Block a user