Skip to content

Commit

Permalink
deafult to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
loganbertram committed Feb 25, 2025
1 parent 141930d commit a0ad5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/testclient/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def test_links(request, **kwargs):
if 'token' in request.session:
return render(request, HOME_PAGE,
context={"session_token": request.session['token'],
"api_ver": request.session.get('api_ver', 'v1')})
"api_ver": request.session.get('api_ver', 'v2')})
else:
return render(request, HOME_PAGE, context={"session_token": None})

Expand Down

0 comments on commit a0ad5cf

Please sign in to comment.