aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--website.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/website.go b/website.go
index ba432c5..2cad12c 100644
--- a/website.go
+++ b/website.go
@@ -217,7 +217,7 @@ func (w *WebsiteController) Delete(pretty string) error {
}
type WebsiteView struct {
- Name *WebsiteId `json:"identified_as"`
+ Name *WebsiteId `json:"vhost"`
Size QuotaStat `json:"quota_size"`
Files QuotaStat `json:"quota_files"`
}