Add missing authorization on views endpoints
Updated ApiKeys authorization to match elsewhere
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// @flow
|
||||
import User from '../models/User';
|
||||
import { User } from '../models';
|
||||
|
||||
type Options = {
|
||||
includeDetails?: boolean,
|
||||
|
||||
Reference in New Issue
Block a user