Skip to content

Commit

Permalink
deploying to test
Browse files Browse the repository at this point in the history
  • Loading branch information
mgtennant committed Nov 21, 2023
1 parent f706add commit 28cd2f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class DocumentTemplateController {
file: Express.Multer.File,
@Body() params: CreateDocumentTemplateDto
): Promise<any> {
console.log('Uploading new template!');
console.log('Uploading new template!!!');
//
const params2 = {
document_type: params.document_type,
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/app.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export class AppController {
@Req() request: Request,
@Res() response: Response
) {
console.log('lur report')
console.log('LUR report!')
let isAdmin = false;
if (
session.data &&
Expand Down

0 comments on commit 28cd2f3

Please sign in to comment.