Skip to content

Commit 223ae23

Browse files
committed
Merge pull request #1101 from zhongdeliu/patch-1
only a comment fix for proxyReq variable
2 parents e9db4ef + 54f1765 commit 223ae23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/server/proxy-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ var ProxyOption = Immutable.Record({
3737
target: "",
3838
rewriteRules: true,
3939
/**
40-
* Functions to be called on proxy response
40+
* Functions to be called on proxy request
4141
* with args [proxyReq, req, res, options]
4242
*/
4343
proxyReq: List([]),

0 commit comments

Comments
 (0)