summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-04-30 23:48:01 -0400
committerUnknown <joe2010xtmf@163.com>2014-04-30 23:48:01 -0400
commit49dc57e3368c6b6557520b671c9f1c3b4fe26db8 (patch)
tree8ca5d226ed52fc4600e16efeb6a027523beb2bf6 /gogs.go
parentde46c06d2ef10c580015cabed67ae8eb17667605 (diff)
downloadgitea-49dc57e3368c6b6557520b671c9f1c3b4fe26db8.tar.gz
gitea-49dc57e3368c6b6557520b671c9f1c3b4fe26db8.zip
Add /api/v1/users/search
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogs.go b/gogs.go
index 3901b1e543..7f7267ecd6 100644
--- a/gogs.go
+++ b/gogs.go
@@ -35,7 +35,7 @@ func main() {
CmdWeb,
CmdServ,
CmdUpdate,
- CmdFix,
+ // CmdFix,
}
app.Flags = append(app.Flags, []cli.Flag{}...)
app.Run(os.Args)