diff --git a/backend/src/document_template/document_template.controller.ts b/backend/src/document_template/document_template.controller.ts index 3946130b..af7ac48f 100644 --- a/backend/src/document_template/document_template.controller.ts +++ b/backend/src/document_template/document_template.controller.ts @@ -26,6 +26,7 @@ export class DocumentTemplateController { file: Express.Multer.File, @Body() params: CreateDocumentTemplateDto ): Promise { + console.log('Uploading new template'); const params2 = { document_type: params.document_type, template_author: params.template_author,