Fixed issue with server routing
This commit is contained in:
parent
e61b9cc682
commit
dfb712848d
@ -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…
Reference in New Issue
Block a user