mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
feat: change the controllers tags
This commit is contained in:
@@ -7,7 +7,7 @@ import { ExportResourceService } from './ExportService';
|
||||
import { convertAcceptFormatToFormat } from './Export.utils';
|
||||
|
||||
@Controller('/export')
|
||||
@ApiTags('export')
|
||||
@ApiTags('Export')
|
||||
export class ExportController {
|
||||
constructor(private readonly exportResourceApp: ExportResourceService) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user