Skip to content

Commit 353961e

Browse files
author
Jinyu Li
committed
fix python new api
1 parent 1cce6ed commit 353961e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/computer-vision/concept-face-liveness-quick-link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ You can use the liveness quick link website, `liveness.face.azure.com`, to turn
7575
'authorization': "Bearer <session-authorization-token>"
7676
}
7777

78-
conn.request("POST", "/api/s", headers=headers)
78+
conn.request("POST", "/api/quicklink", headers=headers)
7979

8080
res = conn.getresponse()
8181
data = res.read()

0 commit comments

Comments
 (0)