Add Mastodon service page

This commit is contained in:
Râu Cao
2023-08-10 14:52:03 +02:00
parent e4242333d9
commit 3c1fe3396d
13 changed files with 1456 additions and 4 deletions

View File

@@ -29,6 +29,8 @@ Rails.application.routes.draw do
get 'qr_lnurlp'
end
end
resource :mastodon, only: [:show], controller: 'mastodon'
end
resources :settings, param: 'section', only: ['index', 'show', 'update'] do