def PUT(self, ageid): agedb.insertAge(ageid) return agedb.queryAge(ageid)
def GET(self, ageid): return agedb.queryAge(ageid)