cc-core-cli 1.0.51 → 1.0.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -136,12 +136,12 @@ async function initial(app: NestFastifyApplication) {
|
|
|
136
136
|
|
|
137
137
|
LIB_CUSTOM_MODULES.push(...CUSTOM_MODULES)
|
|
138
138
|
|
|
139
|
-
await initialService(app, ApiKeyService);
|
|
140
139
|
await initialService(app, SettingService);
|
|
141
140
|
await initialService(app, EntitiesService);
|
|
142
141
|
await initialService(app, UserRolePermissonService);
|
|
143
142
|
await initialService(app, UserRoleService);
|
|
144
143
|
await initialService(app, UserService);
|
|
144
|
+
await initialService(app, ApiKeyService);
|
|
145
145
|
await initialService(app, LanguageService);
|
|
146
146
|
await initialService(app, TranslateService);
|
|
147
147
|
await initialService(app, ActivityLogService);
|