Add public endpoint to get user photo
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
2021-04-19 13:32:35 -05:00
parent 13af63a364
commit de20dce735
3 changed files with 26 additions and 0 deletions

View File

@@ -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.',