Merge branch 'master' into live
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-05-28 13:26:51 +04:00
55 changed files with 744 additions and 274 deletions

View File

@@ -109,6 +109,7 @@ Rails.application.routes.draw do
namespace :settings do
resource 'registrations', only: ['show', 'update']
resource 'membership', only: ['show', 'update'], controller: 'membership'
resources 'services', param: 'service', only: ['index', 'show', 'update']
end
end