Add trailing slash to route53 rrset url path
This commit is contained in:
parent
100ec4e7c8
commit
09df782447
@ -8,7 +8,7 @@ url_bases = [
|
|||||||
url_paths = {
|
url_paths = {
|
||||||
'{0}hostedzone$': responses.list_or_create_hostzone_response,
|
'{0}hostedzone$': responses.list_or_create_hostzone_response,
|
||||||
'{0}hostedzone/[^/]+$': responses.get_or_delete_hostzone_response,
|
'{0}hostedzone/[^/]+$': responses.get_or_delete_hostzone_response,
|
||||||
'{0}hostedzone/[^/]+/rrset$': responses.rrset_response,
|
'{0}hostedzone/[^/]+/rrset/?$': responses.rrset_response,
|
||||||
'{0}healthcheck': responses.health_check_response,
|
'{0}healthcheck': responses.health_check_response,
|
||||||
'{0}tags|trafficpolicyinstances/*': responses.not_implemented_response,
|
'{0}tags|trafficpolicyinstances/*': responses.not_implemented_response,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user