mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-13 15:58:50 +00:00
First draft of API to get a single collection (#37053)
This commit is contained in:
@@ -8,7 +8,7 @@ namespace :api, format: false do
|
||||
namespace :v1_alpha do
|
||||
resources :async_refreshes, only: :show
|
||||
|
||||
resources :collections, only: [:create]
|
||||
resources :collections, only: [:show, :create]
|
||||
end
|
||||
|
||||
# JSON / REST API
|
||||
|
||||
Reference in New Issue
Block a user