Example #1
0
 def get(self):
     tags = Research.all_tags()
     return ok(TagsJson(tags))