2
0

Add effective date to terms of service (#33993)

This commit is contained in:
Eugen Rochko
2025-03-05 10:01:33 +01:00
committed by GitHub
parent 84164270c6
commit cadda2f957
67 changed files with 201 additions and 126 deletions

View File

@@ -121,6 +121,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