Skip to content

Commit 5405888

Browse files
committed
docs: Add new options for doc generation
1 parent 24206ca commit 5405888

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/default-config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ module.exports = {
7474
* @param {Boolean} [ws] - Enable websocket proxying
7575
* @param {Function|Array} [middleware]
7676
* @param {Function} [reqHeaders]
77+
* @param {Array} [proxyReq]
7778
* @param {Array} [proxyRes]
7879
* @default false
7980
*/
@@ -185,7 +186,7 @@ module.exports = {
185186
* @param {Boolean} [async] - should the script tags have the async attribute?
186187
* @param {Array} [blacklist]
187188
* @param {Array} [whitelist]
188-
* @param {RegExp} [rule.match=/<body[^>]*>/i]
189+
* @param {RegExp} [rule.match=/$/]
189190
* @param {Function} [rule.fn=Function]
190191
* @type Object
191192
*/

0 commit comments

Comments
 (0)