Fixed non threadsafe code
This commit is contained in:
parent
8095f31772
commit
c2f2c16892
19 changed files with 32 additions and 20 deletions
|
|
@ -6,6 +6,6 @@ url_bases = [
|
|||
]
|
||||
|
||||
url_paths = {
|
||||
'{0}/$': QueuesResponse().dispatch,
|
||||
'{0}/(?P<account_id>\d+)/(?P<queue_name>[a-zA-Z0-9\-_]+)': QueueResponse().dispatch,
|
||||
'{0}/$': QueuesResponse.dispatch,
|
||||
'{0}/(?P<account_id>\d+)/(?P<queue_name>[a-zA-Z0-9\-_]+)': QueueResponse.dispatch,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue