Add public endpoint to get user photo
This commit is contained in:
@@ -9,6 +9,7 @@ module.exports = exports = {
|
||||
vault_not_found: 'A vault with that ID not found.',
|
||||
|
||||
user_not_found: 'User not found with that ID.',
|
||||
photo_not_found: 'This user has no photo.',
|
||||
user_already_exists: 'A user with that identifier already exists.',
|
||||
|
||||
client_not_found: 'Client not found with that ID.',
|
||||
|
||||
Reference in New Issue
Block a user