We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fedd13 commit a23691dCopy full SHA for a23691d
allauth/socialaccount/providers/draugiem/views.py
@@ -21,8 +21,8 @@ class DraugiemApiError(Exception):
21
pass
22
23
24
-ACCESS_TOKEN_URL = "http://api.draugiem.lv/json"
25
-AUTHORIZE_URL = "http://api.draugiem.lv/authorize"
+ACCESS_TOKEN_URL = "https://api.draugiem.lv/json"
+AUTHORIZE_URL = "https://api.draugiem.lv/authorize"
26
27
28
def login(request):
0 commit comments