mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +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.')
|
return HttpResponse('No Service ID provided.')
|
||||||
|
|
||||||
#try:
|
#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:
|
#except:
|
||||||
# return HttpResponseServerError('Error occured')
|
# return HttpResponseServerError('Error occured')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user