0
0
Fork 0

Add admin custom CSS setting (#8399)

Fix #3894
This commit is contained in:
Eugen Rochko 2018-08-24 04:33:27 +02:00 committed by GitHub
parent 23752639b2
commit a2cabf3f4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 30 additions and 2 deletions

View file

@ -23,6 +23,7 @@ Rails.application.routes.draw do
get '.well-known/webfinger', to: 'well_known/webfinger#show', as: :webfinger
get 'manifest', to: 'manifests#show', defaults: { format: 'json' }
get 'intent', to: 'intents#show'
get 'custom.css', to: 'custom_css#show', as: :custom_css
devise_scope :user do
get '/invite/:invite_code', to: 'auth/registrations#new', as: :public_invite