Refactored proxy middleware

This commit is contained in:
Matthew Holt
2015-04-11 17:24:47 -06:00
parent 113b175db7
commit d8e7adcdb4
2 changed files with 64 additions and 50 deletions

View File

@ -108,7 +108,7 @@ func New(c middleware.Controller) (middleware.Middleware, error) {
Path: path,
Command: cmd,
Arguments: args,
Respawn: respawn,
Respawn: respawn, // TODO: This isn't used currently
})
}