예제 #1
0
파일: modules.py 프로젝트: mekarpeles/waltz
 def GET(self):
     web.header('Content-Type', 'application/json')
     return db().get('analytics')
예제 #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')
예제 #3
0
파일: main.py 프로젝트: aeschylus/truetype
 def GET(self):
     return db().get('analytics')