moto/moto/logs/urls.py
2019-10-31 10:36:05 -07:00

6 lines
132 B
Python

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