aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/api_user_list.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/api_user_list.go')
-rw-r--r--app/controllers/api_user_list.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/api_user_list.go b/app/controllers/api_user_list.go
index ba6dff5..c753093 100644
--- a/app/controllers/api_user_list.go
+++ b/app/controllers/api_user_list.go
@@ -13,7 +13,7 @@ import (
13) 13)
14 14
15type jsonListUser struct { 15type jsonListUser struct {
16 Username string `bson:"_id" json:"key_id"` 16 Username string `bson:"_id" json:"username"`
17 IsAdmin bool `json:"is_admin"` 17 IsAdmin bool `json:"is_admin"`
18 IsService bool `json:"is_service"` 18 IsService bool `json:"is_service"`
19 SelfLink string `json:"self"` 19 SelfLink string `json:"self"`