Rename "uri" endpoint configuration parameter to "path"

This commit is contained in:
2020-07-07 21:53:17 +02:00
parent 5f1e5b982d
commit b2f3f74237
5 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
return {
uri = "/tts.{ext}",
path = "/tts.{ext}",
method = Method.GET,
consumer = function(request)
local format = (request.path.ext or "wav"):upper()