summaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-09-03 06:48:52 -0400
committerUnknwon <u@gogs.io>2015-09-03 06:48:52 -0400
commit7ec991326d550957b278475057965e197f6e0324 (patch)
tree1e1972d0a1c92296d1c88ce855780bfc545bac83 /cmd
parente5b105e513cb8bfe728c451525d1d9fd7d0979eb (diff)
downloadgitea-7ec991326d550957b278475057965e197f6e0324.tar.gz
gitea-7ec991326d550957b278475057965e197f6e0324.zip
fix migrate api
Diffstat (limited to 'cmd')
-rw-r--r--cmd/web.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/web.go b/cmd/web.go
index c2658a5cee..45df560765 100644
--- a/cmd/web.go
+++ b/cmd/web.go
@@ -236,7 +236,6 @@ func runWeb(ctx *cli.Context) {
m.Post("/migrate", bindIgnErr(auth.MigrateRepoForm{}), v1.MigrateRepo)
}, middleware.ApiReqToken())
- // TODO: https://github.com/gogits/go-gogs-client/wiki
m.Group("/:username/:reponame", func() {
m.Combo("/hooks").Get(v1.ListRepoHooks).
Post(bind(api.CreateHookOption{}), v1.CreateRepoHook)