Skip to content

Commit

Permalink
Merge pull request #13 from opencrvs/develop
Browse files Browse the repository at this point in the history
Remove duplicate route and add EXTERNAL_VALIDATION_WORKQUEUE prop
  • Loading branch information
euanmillar authored Nov 13, 2023
2 parents f0b15bd + 0e15ff1 commit d2af4b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
1 change: 1 addition & 0 deletions src/api/application/application-config-default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export const defaultApplicationConfig = {
},
INFORMANT_SIGNATURE: false,
INFORMANT_SIGNATURE_REQUIRED: false,
EXTERNAL_VALIDATION_WORKQUEUE: false,
FIELD_AGENT_AUDIT_LOCATIONS: 'DISTRICT',
DECLARATION_AUDIT_LOCATIONS: 'DISTRICT',
USER_NOTIFICATION_DELIVERY_METHOD: 'email', // or 'sms', or '' ... You can use 'sms' for WhatsApp
Expand Down
12 changes: 0 additions & 12 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -314,18 +314,6 @@ export async function createServer() {
}
})

server.route({
method: 'GET',
path: '/handlebars.js',
handler: handlebarsHandler,
options: {
auth: false,
tags: ['api'],
description:
'Serves custom handlebar helper functions as JS to be used in certificates'
}
})

server.route({
method: 'GET',
path: '/validators.js',
Expand Down

0 comments on commit d2af4b9

Please sign in to comment.