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

@ -5,7 +5,7 @@ import {
makePolicy,
signPolicy,
} from '../utils/s3';
import auth from './authentication';
import auth from './middlewares/authentication';
import { presentUser } from '../presenters';
const router = new Router();