1
0
mirror of https://github.com/beego/bee.git synced 2025-07-01 17:20:17 +00:00

add api command

This commit is contained in:
miraclesu
2013-07-08 15:34:58 +08:00
parent f242623d30
commit 91c467505a
2 changed files with 167 additions and 0 deletions

View File

@ -59,6 +59,7 @@ var commands = []*Command{
cmdCreate,
cmdStart,
cmdPack,
cmdApiapp,
//cmdReStart,
}