There was an error while loading. Please reload this page.
1 parent 2065f97 commit 903aa0fCopy full SHA for 903aa0f
api/index.py
@@ -29,7 +29,7 @@ def getdata(name):
29
class handler(BaseHTTPRequestHandler):
30
31
def do_GET(self):
32
- name = self.headers
+ name = self.headers.get('path')
33
self.send_response(200)
34
self.send_header('Content-type','text/plain')
35
self.end_headers()
0 commit comments