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

@ -8,7 +8,7 @@ import isUUID from 'validator/lib/isUUID';
const URL_REGEX = /^[a-zA-Z0-9-]*-([a-zA-Z0-9]{10,15})$/;
import auth from './authentication';
import auth from './middlewares/authentication';
// import pagination from './middlewares/pagination';
import { presentDocument } from '../presenters';
import { Document, Atlas } from '../models';