Making URL a little bit more strict
This commit is contained in:
parent
c1f224954e
commit
56357d344c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from .responses import QueueResponse, QueuesResponse
|
||||
|
||||
url_bases = [
|
||||
"https?://(.*).amazonaws.com"
|
||||
"https?://queue(.*).amazonaws.com"
|
||||
]
|
||||
|
||||
url_paths = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue