feat(server): socket module

This commit is contained in:
Ahmed Bouhuolia
2025-10-18 13:27:43 +02:00
parent cd1a70ca94
commit dbc71c2555
10 changed files with 87 additions and 8 deletions

View File

@@ -22,7 +22,7 @@ import { ApiCommonHeaders } from '@/common/decorators/ApiCommonHeaders';
@ApiTags('Import')
@ApiCommonHeaders()
export class ImportController {
constructor(private readonly importResourceApp: ImportResourceApplication) {}
constructor(private readonly importResourceApp: ImportResourceApplication) { }
/**
* Imports xlsx/csv to the given resource type.