Skip to content

Commit

Permalink
only a comment fix for proxyReq variable
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongdeliu committed May 18, 2016
1 parent e9db4ef commit 54f1765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/server/proxy-server.js
Original file line number Diff line number Diff line change
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 54f1765

Please sign in to comment.