From 829c6a48345478996a13aefbc43cae50c2abdfc5 Mon Sep 17 00:00:00 2001 From: Yoway Buorn Date: Mon, 5 Aug 2024 11:57:29 -0400 Subject: [PATCH] example_all.yml filters path_regex missing dot Without the dot, returns: - error parsing regexp: missing argument to repetition operator: `*` --- examples/_config/example_all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/_config/example_all.yml b/examples/_config/example_all.yml index 81e149f3b..da7609b01 100644 --- a/examples/_config/example_all.yml +++ b/examples/_config/example_all.yml @@ -57,7 +57,7 @@ generator: # contains filters to skip operations. filters: - path_regex: "*" + path_regex: ".*" methods: ["GET", "POST", "PUT", "PATCH", "DELETE"] # functions to ignore