mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Merge branch 'master' of ssh://dev.dredd.it/dreddit-auth
This commit is contained in:
@@ -111,7 +111,6 @@ class EveAPIProxyHandler(BaseHandler):
|
||||
obj = get_object_or_404(EVEAccount, pk=params['userid'])
|
||||
params['apikey'] = obj.api_key
|
||||
|
||||
print params
|
||||
cached_doc = CachedDocument.objects.api_query(url_path, params, exceptions=False)
|
||||
|
||||
return HttpResponse(cached_doc.body)
|
||||
|
||||
Reference in New Issue
Block a user