adding created column
This commit is contained in:
@@ -24,6 +24,7 @@ func GetAnnotations(c *m.ReqContext) Response {
|
||||
Limit: c.QueryInt64("limit"),
|
||||
Tags: c.QueryStrings("tags"),
|
||||
Type: c.Query("type"),
|
||||
Sort: c.Query("sort"),
|
||||
}
|
||||
|
||||
repo := annotations.GetRepository()
|
||||
|
||||
Reference in New Issue
Block a user