mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-13 22:32:15 +00:00
Fix authenticated calls for APIs already in the DB
This commit is contained in:
@@ -25,7 +25,7 @@ class EVEAPIProxyView(View):
|
||||
return HttpResponse('No Service ID provided.')
|
||||
|
||||
#try:
|
||||
cached_doc = CachedDocument.objects.api_query(url_path, params, exceptions=False)
|
||||
cached_doc = CachedDocument.objects.api_query(url_path, dict(params), exceptions=False)
|
||||
#except:
|
||||
# return HttpResponseServerError('Error occured')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user