Merge commit 'b57687083f4af178f2e2f43665eb4e49d32a50c2' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2025-03-07 17:37:36 +01:00
94 changed files with 280 additions and 146 deletions

View File

@@ -122,6 +122,8 @@ namespace :api, format: false do
resource :translation_languages, only: [:show]
resource :languages, only: [:show]
resource :activity, only: [:show], controller: :activity
get '/terms_of_service/:date', to: 'terms_of_services#show'
end
end