mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-15 15:22:17 +00:00
Fix API proxy
This commit is contained in:
@@ -141,7 +141,7 @@ class EveAPIProxyHandler(BaseHandler):
|
|||||||
allowed_methods = ('GET')
|
allowed_methods = ('GET')
|
||||||
|
|
||||||
def read(self, request):
|
def read(self, request):
|
||||||
url_path = request.META['PATH_INFO'].replace(reverse('api-eveapiproxy'), "/")
|
url_path = request.META['PATH_INFO'].replace(reverse('v1-api-eveapiproxy'), "/")
|
||||||
|
|
||||||
params = {}
|
params = {}
|
||||||
for key, value in request.GET.items():
|
for key, value in request.GET.items():
|
||||||
|
|||||||
Reference in New Issue
Block a user