EasyRecon/Hunt3r

View on GitHub
backend/app/views/profile/index.json.jbuilder

Summary

Maintainability
Test Coverage
json.message nil
json.data do
  json.extract! @user, :id, :email, :role, :created_at
end