Skip to content

Commit

Permalink
update backend with console log
Browse files Browse the repository at this point in the history
  • Loading branch information
mgtennant committed Nov 14, 2023
1 parent a0e9589 commit 788cc3f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export class DocumentTemplateController {
file: Express.Multer.File,
@Body() params: CreateDocumentTemplateDto
): Promise<any> {
console.log('Uploading new template');
const params2 = {
document_type: params.document_type,
template_author: params.template_author,
Expand Down

0 comments on commit 788cc3f

Please sign in to comment.