fix error

This commit is contained in:
BOYA,CHIU 2021-07-15 17:57:18 +08:00
parent 222e60c739
commit 8f3503cfba
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
module OfficialModule
class Engine < ::Rails::Engine
initializer "official_module" do
OrbitApp.registration "official_module", :type => "ModuleApp" do
module_label "registered_sites.registered_sites"
OrbitApp.registration "OfficialModule", :type => "ModuleApp" do
module_label "official_module.official_module"
base_url File.expand_path File.dirname(__FILE__)
set_keyword_contstraints ['/store/check_module_permissions',
'/store/register_old_sites_modules',