Example #1
0
File: ages.py Project: H-uru/agedb
 def PUT(self, ageid):
     agedb.insertAge(ageid)
     return agedb.queryAge(ageid)
Example #2
0
 def PUT(self, ageid):
     agedb.insertAge(ageid)
     return agedb.queryAge(ageid)
Example #3
0
File: ages.py Project: H-uru/agedb
 def GET(self, ageid):
     return agedb.queryAge(ageid)
Example #4
0
 def GET(self, ageid):
     return agedb.queryAge(ageid)