Experimental Async Refreshes API (#34918)
This commit is contained in:
@@ -4,6 +4,11 @@ namespace :api, format: false do
|
||||
# OEmbed
|
||||
get '/oembed', to: 'oembed#show', as: :oembed
|
||||
|
||||
# Experimental JSON / REST API
|
||||
namespace :v1_alpha do
|
||||
resources :async_refreshes, only: :show
|
||||
end
|
||||
|
||||
# JSON / REST API
|
||||
namespace :v1 do
|
||||
resources :statuses, only: [:index, :create, :show, :update, :destroy] do
|
||||
|
||||
Reference in New Issue
Block a user