Skip to content

Commit

Permalink
Add admin into tenant response
Browse files Browse the repository at this point in the history
  • Loading branch information
stage-rl committed Dec 8, 2023
1 parent 1f11371 commit e4465ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/views/api/admin/tenants/create.json.jbuilder
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
json.id @tenant.id
json.name @tenant.name
json.feature_flags @tenant.feature_flags
json.admin do
json.id @admin.id
json.name @admin.name
json.email @admin.email
end

0 comments on commit e4465ad

Please sign in to comment.