Skip to content

Commit a23691d

Browse files
committed
fix(draugiem): Switched to https endpoints
1 parent 7fedd13 commit a23691d

File tree

1 file changed

+2
-2
lines changed
  • allauth/socialaccount/providers/draugiem

1 file changed

+2
-2
lines changed

allauth/socialaccount/providers/draugiem/views.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ class DraugiemApiError(Exception):
2121
pass
2222

2323

24-
ACCESS_TOKEN_URL = "http://api.draugiem.lv/json"
25-
AUTHORIZE_URL = "http://api.draugiem.lv/authorize"
24+
ACCESS_TOKEN_URL = "https://api.draugiem.lv/json"
25+
AUTHORIZE_URL = "https://api.draugiem.lv/authorize"
2626

2727

2828
def login(request):

0 commit comments

Comments
 (0)