예제 #1
0
파일: researches.py 프로젝트: szkocka/api
 def get(self):
     tags = Research.all_tags()
     return ok(TagsJson(tags))