phpfpm switch action

This commit is contained in:
jysperm
2014-05-26 23:57:28 +08:00
parent c4826a8d60
commit 9102d76699
12 changed files with 76 additions and 21 deletions

View File

@@ -8,7 +8,7 @@ module.exports =
delete: (account, callback) ->
callback()
widget: (callback) ->
widget: (account, callback) ->
jade.renderFile path.join(__dirname, 'view/widget.jade'), {}, (err, html) ->
callback html