Fixed batch errors
This commit is contained in:
parent
f95d72c37c
commit
9af88bf206
2 changed files with 7 additions and 4 deletions
|
|
@ -6,6 +6,6 @@ url_bases = [
|
|||
]
|
||||
|
||||
url_paths = {
|
||||
'{0}/v1/createcomputeenvironment': BatchResponse.dispatch,
|
||||
'{0}/v1/describecomputeenvironments': BatchResponse.dispatch,
|
||||
'{0}/v1/createcomputeenvironment$': BatchResponse.dispatch,
|
||||
'{0}/v1/describecomputeenvironments$': BatchResponse.dispatch,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue