Skip to content

Commit

Permalink
Merge pull request #125 from bcgov/deploy-to-test
Browse files Browse the repository at this point in the history
deploying to test
  • Loading branch information
mgtennant authored Nov 21, 2023
2 parents 19448e1 + 28cd2f3 commit a0c34a1
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 @@ -141,7 +141,7 @@ export class AppController {
@Req() req: Request,
@Res() res: Response
) {
console.log('lur report')
console.log('LUR report!')
let isAdmin = false;
if (
session.data &&
Expand Down

0 comments on commit a0c34a1

Please sign in to comment.