Esempio n. 1
0
 def GET(self):
     web.header('Content-Type', 'application/json')
     return db().get('analytics')
Esempio 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')
Esempio n. 3
0
 def GET(self):
     return db().get('analytics')