コード例 #1
0
ファイル: researches.py プロジェクト: szkocka/api
 def get(self):
     tags = Research.all_tags()
     return ok(TagsJson(tags))