Update registration settings
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Râu Cao
2023-02-17 21:36:30 +08:00
parent 084835f06a
commit b7bf957dd2
4 changed files with 46 additions and 17 deletions

View File

@@ -45,8 +45,8 @@ Rails.application.routes.draw do
get 'lightning', to: 'lightning#index'
namespace :settings do
resources 'registrations', only: ['index', 'update']
resources 'services', only: ['index', 'update']
resources 'registrations', only: ['index', 'create']
resources 'services', only: ['index', 'create']
end
end