mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Fix API proxy
This commit is contained in:
@@ -141,7 +141,7 @@ class EveAPIProxyHandler(BaseHandler):
|
||||
allowed_methods = ('GET')
|
||||
|
||||
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 = {}
|
||||
for key, value in request.GET.items():
|
||||
|
||||
Reference in New Issue
Block a user