Add /api/v1/users/search
This commit is contained in:
parent
de46c06d2e
commit
49dc57e336
6 changed files with 68 additions and 10 deletions
2
gogs.go
2
gogs.go
|
@ -35,7 +35,7 @@ func main() {
|
|||
CmdWeb,
|
||||
CmdServ,
|
||||
CmdUpdate,
|
||||
CmdFix,
|
||||
// CmdFix,
|
||||
}
|
||||
app.Flags = append(app.Flags, []cli.Flag{}...)
|
||||
app.Run(os.Args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue