aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/tree.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/api/v1/repo/tree.go')
-rw-r--r--routers/api/v1/repo/tree.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/routers/api/v1/repo/tree.go b/routers/api/v1/repo/tree.go
index 9df96204cb..f63100b6ea 100644
--- a/routers/api/v1/repo/tree.go
+++ b/routers/api/v1/repo/tree.go
@@ -53,6 +53,8 @@ func GetTree(ctx *context.APIContext) {
// "$ref": "#/responses/GitTreeResponse"
// "400":
// "$ref": "#/responses/error"
+ // "404":
+ // "$ref": "#/responses/notFound"
sha := ctx.Params(":sha")
if len(sha) == 0 {