Skip to content

Commit

Permalink
fix(draugiem): Switched to https endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
pennersr committed Nov 6, 2024
1 parent 7fedd13 commit a23691d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions allauth/socialaccount/providers/draugiem/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ class DraugiemApiError(Exception):
pass


ACCESS_TOKEN_URL = "http://api.draugiem.lv/json"
AUTHORIZE_URL = "http://api.draugiem.lv/authorize"
ACCESS_TOKEN_URL = "https://api.draugiem.lv/json"
AUTHORIZE_URL = "https://api.draugiem.lv/authorize"


def login(request):
Expand Down

0 comments on commit a23691d

Please sign in to comment.