adding created column

This commit is contained in:
ryan
2018-03-22 02:22:58 +01:00
parent 624dac16fa
commit 3898ea02e6
4 changed files with 28 additions and 1 deletions
+1
View File
@@ -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()