Skip to content

Commit 3299c28

Browse files
committed
adding missing comma
1 parent 0b12d4f commit 3299c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ service.start(3000)
5353
// base parameter defined as the route target. Default value: {}
5454
fastProxy: {},
5555
// Optional proxy handler function. Default value: (req, res, url, proxy, proxyOpts) => proxy(req, res, url, proxyOpts)
56-
proxyHandler: () => {}
56+
proxyHandler: () => {},
5757
// Optional flag to indicate if target uses the HTTP2 protocol. Default value: false
5858
http2: false,
5959
// Optional path matching regex. Default value: '/*'

0 commit comments

Comments
 (0)