add print in junior list

This commit is contained in:
jain
2023-07-21 14:49:38 +05:30
parent fdd0b88b11
commit 8013767d71

View File

@ -106,6 +106,7 @@ class JuniorListAPIView(viewsets.ModelViewSet):
print("auth_token====>", auth_token)
print("headers_token====>", headers_token)
print("os.getenv('BASE_URL')===>", os.getenv('BASE_URL'))
print("url====>", os.getenv('BASE_URL') + '/api/v1/top-junior/')
url = requests.get(os.getenv('BASE_URL') + '/api/v1/top-junior/', headers=headers_token)
print("url data====>",url)