Exemplo n.º 1
0
 def GET(self):
     web.header('Content-Type', 'application/json')
     return db().get('analytics')
Exemplo n.º 2
0
 def GET(self):
     """This should be migrated to its own route module.
     Also, Db call should be abstracted through an API"""
     return db().get('analytics')
Exemplo n.º 3
0
 def GET(self):
     return db().get('analytics')