mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 03:07:52 +01:00
Add anonymous feedback (#380)
This commit is contained in:
committed by
GitHub
parent
7a37dae22d
commit
a49b5695f5
@@ -55,6 +55,8 @@ Rails.application.routes.draw do
|
||||
resources :likes, only: [:index]
|
||||
resources :comments, only: [:index, :create, :update, :destroy]
|
||||
resources :post_status_changes, only: [:index]
|
||||
|
||||
get '/moderation', on: :collection, to: 'posts#moderation'
|
||||
end
|
||||
|
||||
resources :boards, only: [:index, :create, :update, :destroy, :show] do
|
||||
@@ -72,6 +74,10 @@ Rails.application.routes.draw do
|
||||
get 'post_statuses'
|
||||
get 'roadmap'
|
||||
get 'appearance'
|
||||
end
|
||||
|
||||
namespace :moderation do
|
||||
get 'feedback'
|
||||
get 'users'
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user