260228:1511 20260228:15:00 workflow update #3
All checks were successful
Build and Deploy / deploy (push) Successful in 2m39s
All checks were successful
Build and Deploy / deploy (push) Successful in 2m39s
This commit is contained in:
@@ -8,7 +8,7 @@ import { CorrespondenceRevision } from '../correspondence/entities/correspondenc
|
|||||||
import { CorrespondenceType } from '../correspondence/entities/correspondence-type.entity';
|
import { CorrespondenceType } from '../correspondence/entities/correspondence-type.entity';
|
||||||
import { CorrespondenceStatus } from '../correspondence/entities/correspondence-status.entity';
|
import { CorrespondenceStatus } from '../correspondence/entities/correspondence-status.entity';
|
||||||
import { Project } from '../project/entities/project.entity';
|
import { Project } from '../project/entities/project.entity';
|
||||||
// Import any other required modules for JwtAuthGuard (usually AuthModule or similar, but global guards handle this mostly)
|
import { FileStorageModule } from '../../common/file-storage/file-storage.module';
|
||||||
|
|
||||||
@Module({
|
@Module({
|
||||||
imports: [
|
imports: [
|
||||||
@@ -20,6 +20,7 @@ import { Project } from '../project/entities/project.entity';
|
|||||||
CorrespondenceStatus,
|
CorrespondenceStatus,
|
||||||
Project,
|
Project,
|
||||||
]),
|
]),
|
||||||
|
FileStorageModule,
|
||||||
],
|
],
|
||||||
controllers: [MigrationController],
|
controllers: [MigrationController],
|
||||||
providers: [MigrationService],
|
providers: [MigrationService],
|
||||||
|
|||||||
Reference in New Issue
Block a user