Jeen optimized kyri his code backend+front.
Some checks failed
CI Pipeline / Setup Dependencies (push) Has been cancelled
CI Pipeline / Check Dependency Updates (push) Has been cancelled
CI Pipeline / Lint & Format Check (push) Has been cancelled
CI Pipeline / Unit Tests (push) Has been cancelled
CI Pipeline / Integration Tests (push) Has been cancelled
CI Pipeline / Build Application (push) Has been cancelled
CI Pipeline / Docker Build & Test (push) Has been cancelled
CI Pipeline / Security Scan (push) Has been cancelled
CI Pipeline / Deployment Readiness (push) Has been cancelled
Some checks failed
CI Pipeline / Setup Dependencies (push) Has been cancelled
CI Pipeline / Check Dependency Updates (push) Has been cancelled
CI Pipeline / Lint & Format Check (push) Has been cancelled
CI Pipeline / Unit Tests (push) Has been cancelled
CI Pipeline / Integration Tests (push) Has been cancelled
CI Pipeline / Build Application (push) Has been cancelled
CI Pipeline / Docker Build & Test (push) Has been cancelled
CI Pipeline / Security Scan (push) Has been cancelled
CI Pipeline / Deployment Readiness (push) Has been cancelled
This commit is contained in:
parent
6be97672f9
commit
09c983d605
42 changed files with 22403 additions and 1981 deletions
|
@ -12,7 +12,7 @@ import { WebSocketModule } from './websocket/websocket.module';
|
|||
import { BatchesModule } from './batches/batches.module';
|
||||
import { ImagesModule } from './images/images.module';
|
||||
import { KeywordsModule } from './keywords/keywords.module';
|
||||
import { PaymentsModule } from './payments/payments.module';
|
||||
// import { PaymentsModule } from './payments/payments.module';
|
||||
import { DownloadModule } from './download/download.module';
|
||||
import { AdminModule } from './admin/admin.module';
|
||||
import { MonitoringModule } from './monitoring/monitoring.module';
|
||||
|
@ -37,7 +37,7 @@ import { SecurityMiddleware } from './common/middleware/security.middleware';
|
|||
BatchesModule,
|
||||
ImagesModule,
|
||||
KeywordsModule,
|
||||
PaymentsModule,
|
||||
// PaymentsModule,
|
||||
DownloadModule,
|
||||
AdminModule,
|
||||
MonitoringModule,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue