Merge remote-tracking branch 'parent/main' into upstream-20240109
This commit is contained in:
commit
d35fa72842
333 changed files with 4444 additions and 2541 deletions
|
@ -56,6 +56,7 @@ Rails.application.routes.draw do
|
|||
get 'manifest', to: 'manifests#show', defaults: { format: 'json' }
|
||||
get 'intent', to: 'intents#show'
|
||||
get 'custom.css', to: 'custom_css#show', as: :custom_css
|
||||
resources :custom_css, only: :show, path: :css
|
||||
get 'system.css', to: 'system_css#show', as: :system_css
|
||||
get 'user_custom.css', to: 'user_custom_css#show', as: :user_custom_css
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue