moto/scripts/template/lib/urls.py.j2
Toshiya Kawasaki ea26466e6d Add more files and lines when scaffolding (#1222)
* auto-generatr urls.py

* add mocks to moto/__init__.py and moto/backends.py

* add uri to urls.py

* change output of scaffold.py
2017-10-01 15:17:02 -07:00

10 lines
182 B
Django/Jinja

from __future__ import unicode_literals
from .responses import {{ service_class }}Response
url_bases = [
"https?://{{ endpoint_prefix }}.(.+).amazonaws.com",
]
url_paths = {
}