modify spacing

This commit is contained in:
Amra Šabić
2018-02-18 08:43:10 +01:00
parent ce90f496d1
commit 36a4fb4272
3 changed files with 3 additions and 3 deletions

View File

@@ -18,4 +18,4 @@ module.exports = function(app) {
.get(user.get_user)
.put(user.update_user)
.delete(user.remove_user);
};
};