moto/moto/stepfunctions/urls.py

6 lines
153 B
Python
Raw Normal View History

from .responses import StepFunctionResponse
url_bases = [r"https?://states\.(.+)\.amazonaws.com"]
2019-10-31 15:44:26 +00:00
url_paths = {"{0}/$": StepFunctionResponse.dispatch}