Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
missing api version in url
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Oct 3, 2022
1 parent 44c0622 commit 40d89d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovos_local_backend/backend/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def oauth_url(oauth_id):

request_uri = client.prepare_request_uri(
params["auth_endpoint"],
redirect_uri=request.base_url + f"/auth/callback/{oauth_id}",
redirect_uri=request.base_url + f"/{API_VERSION}/auth/callback/{oauth_id}",
scope=params["scope"],
)

Expand Down

0 comments on commit 40d89d6

Please sign in to comment.