Commit a932a65a authored by Sander van Harmelen's avatar Sander van Harmelen Committed by GitHub

Fix wrongly placed pointer

parent c39af18e
......@@ -37,7 +37,7 @@ type Group struct {
Name string `json:"name"`
Path string `json:"path"`
Description string `json:"description"`
Projects *[]Project `json:"projects"`
Projects []*Project `json:"projects"`
Statistics *StorageStatistics `json:"statistics"`
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment