Merge pull request #589 from leg100/add-trailing-slash-to-rrset-url
Add trailing slash to route53 rrset url path
This commit is contained in:
commit
2050d4ec84
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ url_bases = [
|
|||
url_paths = {
|
||||
'{0}hostedzone$': responses.list_or_create_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}tags|trafficpolicyinstances/*': responses.not_implemented_response,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue