mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 04:10:32 +00:00
feat: add header swagger docs
This commit is contained in:
@@ -10,9 +10,11 @@ import {
|
||||
} from '@nestjs/common';
|
||||
import { PdfTemplateApplication } from './PdfTemplate.application';
|
||||
import { ICreateInvoicePdfTemplateDTO, IEditPdfTemplateDTO } from './types';
|
||||
import { ApiCommonHeaders } from '@/common/decorators/ApiCommonHeaders';
|
||||
|
||||
@Controller('pdf-templates')
|
||||
@ApiTags('Pdf Templates')
|
||||
@ApiCommonHeaders()
|
||||
export class PdfTemplatesController {
|
||||
constructor(
|
||||
private readonly pdfTemplateApplication: PdfTemplateApplication,
|
||||
|
||||
Reference in New Issue
Block a user