示例#1
0
文件: researches.py 项目: szkocka/api
 def get(self):
     tags = Research.all_tags()
     return ok(TagsJson(tags))