moto/moto/wafv2/urls.py
2021-10-18 19:44:29 +00:00

10 lines
151 B
Python

from .responses import WAFV2Response
url_bases = [
r"https?://wafv2\.(.+)\.amazonaws.com",
]
url_paths = {
"{0}/": WAFV2Response.dispatch,
}