From 31557b12744410633ceb6fc12b53fb09038cee35 Mon Sep 17 00:00:00 2001 From: zeripath Date: Tue, 28 May 2019 11:32:41 +0100 Subject: Fix LFS Locks over SSH (#6999) * Fix LFS Locks over SSH * Mark test as skipped --- routers/routes/routes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'routers/routes') diff --git a/routers/routes/routes.go b/routers/routes/routes.go index 5a5fc518b9..d19823714b 100644 --- a/routers/routes/routes.go +++ b/routers/routes/routes.go @@ -923,7 +923,7 @@ func RegisterRoutes(m *macaron.Macaron) { m.Post("/", lfs.PostLockHandler) m.Post("/verify", lfs.VerifyLockHandler) m.Post("/:lid/unlock", lfs.UnLockHandler) - }, context.RepoAssignment()) + }) m.Any("/*", func(ctx *context.Context) { ctx.NotFound("", nil) }) -- cgit v1.2.3