mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 12:20:31 +00:00
feat(server): socket module
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user