moto/moto/stepfunctions/urls.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
153 B
Python
Raw Normal View History

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