Update team and collection authorization

This commit is contained in:
Tom Moor
2018-02-18 01:14:51 -08:00
parent 2f81eb5e87
commit e84fb5e6ba
17 changed files with 181 additions and 135 deletions

View File

@ -1,5 +1,7 @@
// @flow
import policy from './policy';
import './document';
import './collection';
import './user';
export default policy;