logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 298d28af517dcbc4220133985de6a8350d33b40b
parent: 439b2dceda8191659a61fe556136813f0078a240
Author: Yamagishi Kazutoshi <ykzts@desire.sh>
Date:   Sat, 29 Apr 2017 00:53:37 +0900

Fix API for Mastodon version (#2590)

Fix #2589

Diffstat:

Mapp/views/api/v1/instances/show.rabl2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/api/v1/instances/show.rabl b/app/views/api/v1/instances/show.rabl @@ -4,4 +4,4 @@ node(:uri) { site_hostname } node(:title) { Setting.site_title } node(:description) { Setting.site_description } node(:email) { Setting.site_contact_email } -node(:version) { Mastodon::Version } +node(:version) { Mastodon::Version.to_s }