server side cleanup

This commit is contained in:
Jori Lallo
2016-08-27 10:48:56 -07:00
parent 6e39cebb08
commit ac6cf2ea8f
8 changed files with 11 additions and 9 deletions

View File

@ -1,8 +1,7 @@
import Router from 'koa-router';
import httpErrors from 'http-errors';
import _ from 'lodash';
import auth from './authentication';
import auth from './middlewares/authentication';
import pagination from './middlewares/pagination';
import { presentApiKey } from '../presenters';
import { ApiKey } from '../models';