mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 03:07:52 +01:00
Add filter by post status
This commit is contained in:
@@ -16,4 +16,5 @@ Rails.application.routes.draw do
|
||||
|
||||
post '/posts', to: 'posts#create'
|
||||
get '/posts', to: 'posts#index_by_board_id'
|
||||
get '/post_statuses', to: 'post_statuses#index'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user