Skip to content

Commit

Permalink
Update WAFv2 URLs with proper regex (#4237)
Browse files Browse the repository at this point in the history
  • Loading branch information
bblommers committed Aug 28, 2021
1 parent 07bb843 commit a43c42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moto/wafv2/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .responses import WAFV2Response

url_bases = [
"https?://wafv2.(.+).amazonaws.com",
r"https?://wafv2\.(.+)\.amazonaws.com",
]

url_paths = {
Expand Down

0 comments on commit a43c42e

Please sign in to comment.