diff --git a/accounts/api/views.py b/accounts/api/views.py index 4a18f49..0b9cc35 100644 --- a/accounts/api/views.py +++ b/accounts/api/views.py @@ -958,8 +958,8 @@ class VersionCheck(APIView): permission_classes = [] def get(self, request, *args, **kwargs): - app_version = request.query_params.get("appVersion", None) - app_type = request.query_params.get("type", None) + app_version = request.GET.get("appVersion", None) + app_type = request.GET.get("type", None) # Query the database to retrieve the upgrade flags based on the app version try: