fix
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ local function verifyJwtToken(token)
|
||||
{
|
||||
method = "POST",
|
||||
headers = {
|
||||
["Host"] = $host,
|
||||
-- ["Host"] = $host, <- todo use $host from nginx
|
||||
["Authorization"] = token,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user