Merge commit '71d4ce1c228bab470fa9d3bcb5a130cf53665103' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2025-06-13 18:07:59 +02:00
121 changed files with 789 additions and 358 deletions

View File

@@ -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