]> source.dussan.org Git - gitea.git/commit
use numbers and not http.Status___ enum
author6543 <6543@obermui.de>
Thu, 19 Dec 2019 22:55:23 +0000 (23:55 +0100)
committer6543 <6543@obermui.de>
Fri, 20 Dec 2019 01:32:28 +0000 (02:32 +0100)
commitb1ff386e2418ed6a7f183e756b13277d701278ef
tree356faf6fdede22ad0b7b12dca3ad0de52ce64fb4
parente2fc0a0dfd99a86279eeece846cd911fe0c5ac6c
use numbers and not http.Status___ enum
14 files changed:
routers/api/v1/misc/markdown.go
routers/api/v1/misc/markdown_test.go
routers/api/v1/misc/signing.go
routers/api/v1/repo/blob.go
routers/api/v1/repo/file.go
routers/api/v1/repo/hook_test.go
routers/api/v1/repo/issue.go
routers/api/v1/repo/pull.go
routers/api/v1/repo/repo.go
routers/api/v1/repo/repo_test.go
routers/api/v1/repo/tag.go
routers/api/v1/repo/topic.go
routers/api/v1/user/user.go
routers/api/v1/utils/hook.go