Add back missing glitch-soc admin settings (#1919)

Fixes #1890
This commit is contained in:
Claire
2022-11-12 13:24:53 +01:00
committed by GitHub
parent e88f4f5e57
commit d37f426f95
5 changed files with 40 additions and 0 deletions

View File

@@ -274,6 +274,7 @@ Rails.application.routes.draw do
resource :about, only: [:show, :update], controller: 'about'
resource :appearance, only: [:show, :update], controller: 'appearance'
resource :discovery, only: [:show, :update], controller: 'discovery'
resource :other, only: [:show, :update], controller: 'other'
end
resources :site_uploads, only: [:destroy]