.
This commit is contained in:
parent
bba6d23eae
commit
f9c8836d54
4 changed files with 19 additions and 0 deletions
10
moto/batch/urls.py
Normal file
10
moto/batch/urls.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
from __future__ import unicode_literals
|
||||
from .responses import BatchResponse
|
||||
|
||||
url_bases = [
|
||||
"https?://batch.(.+).amazonaws.com",
|
||||
]
|
||||
|
||||
url_paths = {
|
||||
'{0}/$': BatchResponse.dispatch,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue