Commit 9c29ace8 authored by Rafal's avatar Rafal

change for data

parent b52355c2
......@@ -12,6 +12,8 @@ class API(BaseAPI):
def default(self):
d = {}
d['data'] = self.GET(parameters=self.request.GET)
print d['data']
print "xDD"
return json.dumps(d)
def object(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment