]> cat aescling's git repositories - mastodon.git/commit
Add featured tags API (#11778)
authorTakeshi Umeda <noel.yoshiba@gmail.com>
Mon, 9 Sep 2019 08:50:33 +0000 (17:50 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 9 Sep 2019 08:50:33 +0000 (10:50 +0200)
commit9c9dcf580ab9b40c3fd420159a0a02ea4dd11925
tree73ca667e26a94ee31dcaba4a824e62d016906756
parenta75009a65e1335047dff5488b4e67bdc03677590
Add featured tags API (#11778)

* Add featured tags API

* Remove show and update, change scope, fix code style
app/controllers/api/v1/featured_tags/suggestions_controller.rb [new file with mode: 0644]
app/controllers/api/v1/featured_tags_controller.rb [new file with mode: 0644]
app/serializers/rest/featured_tag_serializer.rb [new file with mode: 0644]
config/routes.rb