We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b4462 commit 1f5279cCopy full SHA for 1f5279c
routers/web/web.go
@@ -1045,8 +1045,7 @@ func registerRoutes(m *web.Router) {
1045
m.Group("/migrate", func() {
1046
m.Get("/status", repo.MigrateStatus)
1047
})
1048
- },
1049
- ignSignIn, context.RepoAssignment, reqRepoCodeReader, context.RepoRef())
+ }, ignSignIn, context.RepoAssignment, reqRepoCodeReader)
1050
// end "/{username}/{reponame}/-": migrate
1051
1052
m.Group("/{username}/{reponame}/settings", func() {
0 commit comments