Skip to content
This repository was archived by the owner on Nov 8, 2021. It is now read-only.

Commit 655554f

Browse files
authored
Endpoint change. (#12)
1 parent 856d9bc commit 655554f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cognitive_face/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
import cognitive_face as CF
1313

14-
_BASE_URL = 'https://api.projectoxford.ai/face/v1.0/'
14+
_BASE_URL = 'https://westus.api.cognitive.microsoft.com/face/v1.0/'
1515
TIME_SLEEP = 1
1616

1717

0 commit comments

Comments
 (0)