Selaa lähdekoodia

Fix API for Mastodon version (#2590)

Fix #2589
master
Yamagishi Kazutoshi 7 vuotta sitten
committed by Eugen Rochko
vanhempi
commit
298d28af51
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      app/views/api/v1/instances/show.rabl

+ 1
- 1
app/views/api/v1/instances/show.rabl Näytä tiedosto

@@ -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 }

Ladataan…
Peruuta
Tallenna