fix: acl skip chinaRegions:list action

This commit is contained in:
chenos 2022-04-22 13:23:50 +08:00
parent f8f708921c
commit ae5686af0b

View File

@ -11,6 +11,7 @@ export class ChinaRegionPlugin extends Plugin {
await this.db.import({
directory: resolve(__dirname, 'collections'),
});
this.app.acl.skip('chinaRegions', 'list', 'logged-in');
}
async importData() {