Fixed issue with server routing
This commit is contained in:
parent
e61b9cc682
commit
dfb712848d
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ url_bases = [
|
||||||
|
|
||||||
url_paths = {
|
url_paths = {
|
||||||
'{0}/v1/voices': PollyResponse.dispatch,
|
'{0}/v1/voices': PollyResponse.dispatch,
|
||||||
'{0}/v1/lexicons/.+': PollyResponse.dispatch,
|
'{0}/v1/lexicons/(?P<lexicon>[^/]+)': PollyResponse.dispatch,
|
||||||
'{0}/v1/lexicons': PollyResponse.dispatch,
|
'{0}/v1/lexicons': PollyResponse.dispatch,
|
||||||
'{0}/v1/speech': PollyResponse.dispatch,
|
'{0}/v1/speech': PollyResponse.dispatch,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue