1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-03-03 06:51:41 -05:00
Daniel M Brasil 3a4d3e9d4b
Add GET /api/v1/instance/languages to REST API ()
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2023-08-03 11:25:47 +02:00

6 lines
118 B
Ruby

# frozen_string_literal: true
class REST::LanguageSerializer < ActiveModel::Serializer
attributes :code, :name
end