This commit is contained in:
2021-11-28 16:06:39 +08:00
parent c0197ea1c4
commit a084bedd85
+1 -1
View File
@@ -66,7 +66,7 @@ local function verifyJwtToken(token)
{
method = "POST",
headers = {
["Host"] = $host,
-- ["Host"] = $host, <- todo use $host from nginx
["Authorization"] = token,
},
}