diff options
author | Unknown <joe2010xtmf@163.com> | 2014-04-30 23:48:01 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-04-30 23:48:01 -0400 |
commit | 49dc57e3368c6b6557520b671c9f1c3b4fe26db8 (patch) | |
tree | 8ca5d226ed52fc4600e16efeb6a027523beb2bf6 /gogs.go | |
parent | de46c06d2ef10c580015cabed67ae8eb17667605 (diff) | |
download | gitea-49dc57e3368c6b6557520b671c9f1c3b4fe26db8.tar.gz gitea-49dc57e3368c6b6557520b671c9f1c3b4fe26db8.zip |
Add /api/v1/users/search
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ func main() { CmdWeb, CmdServ, CmdUpdate, - CmdFix, + // CmdFix, } app.Flags = append(app.Flags, []cli.Flag{}...) app.Run(os.Args) |