diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-11-13 12:57:00 -0500 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-11-13 12:57:00 -0500 |
commit | 9dc3c93a6a1f0d604aa5e4408a4c43c29b963b0c (patch) | |
tree | 0d2113af522fa36d2c73760c3aace4088ee3ae78 /modules/base/base.go | |
parent | 9e2284048372864a7dbc5e192877ebdca04abcab (diff) | |
download | gitea-9dc3c93a6a1f0d604aa5e4408a4c43c29b963b0c.tar.gz gitea-9dc3c93a6a1f0d604aa5e4408a4c43c29b963b0c.zip |
#12, add/edit hook
Diffstat (limited to 'modules/base/base.go')
-rw-r--r-- | modules/base/base.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/base/base.go b/modules/base/base.go index cb51478292..97c853c64d 100644 --- a/modules/base/base.go +++ b/modules/base/base.go @@ -9,7 +9,7 @@ type ( ApiJsonErr struct { Message string `json:"message"` - DocUrl string `json:"documentation_url"` + DocUrl string `json:"url"` } ) |