Add missing authorization on views endpoints
Updated ApiKeys authorization to match elsewhere
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
/* eslint-disable flowtype/require-valid-file-annotation */
|
||||
import TestServer from 'fetch-test-server';
|
||||
import app from '..';
|
||||
import Authentication from '../models/Authentication';
|
||||
import { Authentication } from '../models';
|
||||
import { flushdb, seed } from '../test/support';
|
||||
import * as Slack from '../slack';
|
||||
|
||||
|
Reference in New Issue
Block a user