move global services to "global" directory
This commit is contained in:
parent
00b216c83c
commit
a55649e89a
192 changed files with 223 additions and 223 deletions
|
|
@ -19,7 +19,7 @@ import { DI } from '@/di-symbols.js';
|
|||
import { QueueService } from '@/core/QueueService.js';
|
||||
import { LoggerService } from '@/core/LoggerService.js';
|
||||
import { SystemWebhookService } from '@/core/SystemWebhookService.js';
|
||||
import { CacheManagementService } from '@/core/CacheManagementService.js';
|
||||
import { CacheManagementService } from '@/global/CacheManagementService.js';
|
||||
import { CoreModule } from '@/core/CoreModule.js';
|
||||
|
||||
describe('SystemWebhookService', () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue