1
0
Fork 0
This commit is contained in:
Alan Plum 2015-12-11 13:35:20 +01:00
parent 18e47457a6
commit a900077938
1 changed files with 0 additions and 2 deletions

View File

@ -1,4 +1,3 @@
/*global applicationContext */
'use strict';
const _ = require('underscore');
const joi = require('joi');
@ -132,4 +131,3 @@ exports.create = createUser;
exports.get = getUser;
exports.delete = deleteUser;
exports.errors = errors;
exports.repository = users;