remove old extra dispatch method
This commit is contained in:
parent
e55f26a07a
commit
2b63c79c90
2 changed files with 1 additions and 4 deletions
|
|
@ -5,6 +5,6 @@ url_bases = [
|
|||
]
|
||||
|
||||
url_paths = {
|
||||
'{0}/$': QueuesResponse().dispatch2,
|
||||
'{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