mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 19:48:08 +00:00
Feat: Article public apis (#4955)
This commit is contained in:
@@ -260,9 +260,8 @@ Rails.application.routes.draw do
|
||||
end
|
||||
resources :portals, only: [:show], param: :slug do
|
||||
scope module: :portals do
|
||||
resources :categories, only: [:index, :show], param: :slug do
|
||||
resources :articles, only: [:index, :show], param: :slug
|
||||
end
|
||||
resources :categories, only: [:index, :show], param: :slug
|
||||
resources :articles, only: [:index, :show]
|
||||
end
|
||||
end
|
||||
resources :csat_survey, only: [:show, :update]
|
||||
|
||||
Reference in New Issue
Block a user