Merge commit '1e87bd178d96ab7d760f019fcf651ecc1585e701' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2026-02-24 15:14:25 +01:00
7 changed files with 137 additions and 13 deletions

View File

@@ -113,7 +113,7 @@ namespace :api, format: false do
resources :endorsements, only: [:index]
resources :markers, only: [:index, :create]
resource :profile, only: [:show] do
resource :profile, only: [:show, :update] do
scope module: :profile do
resource :avatar, only: :destroy
resource :header, only: :destroy