File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
lambdas/backend-api/src/templates/api Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 11import type { APIGatewayProxyHandler } from 'aws-lambda' ;
22import { apiFailure , apiSuccess } from './responses' ;
33import { TemplateClient } from '../app/template-client' ;
4- import { EmailClient } from '../../../../../ utils/utils/src /email-client' ;
4+ import { EmailClient } from 'nhs-notify-web-template-management- utils/email-client' ;
55
66export function createHandler ( {
77 templateClient,
Original file line number Diff line number Diff line change @@ -12,9 +12,7 @@ npm run accessibility-test-setup -w tests/accessibility
1212npm run build
1313
1414mkdir -p ./frontend/public/testing
15-
16- cp ./utils/utils/src/email-templates/template-submitted-email.html ./frontend/public/testing/
17- cp ./utils/utils/src/email-templates/proof-requested-email.html ./frontend/public/testing/
15+ cp ./utils/utils/src/email-templates/* ./frontend/public/testing/
1816
1917npm run app:start --prefix frontend
2018
You can’t perform that action at this time.
0 commit comments