Skip to content

Commit

Permalink
Merge pull request #1101 from zhongdeliu/patch-1
Browse files Browse the repository at this point in the history
only a comment fix for proxyReq variable
  • Loading branch information
shakyShane committed May 18, 2016
2 parents e9db4ef + 54f1765 commit 223ae23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/server/proxy-server.js
Expand Up @@ -37,7 +37,7 @@ var ProxyOption = Immutable.Record({
target: "",
rewriteRules: true,
/**
* Functions to be called on proxy response
* Functions to be called on proxy request
* with args [proxyReq, req, res, options]
*/
proxyReq: List([]),
Expand Down

0 comments on commit 223ae23

Please sign in to comment.