Skip to content

Commit

Permalink
Merge pull request #4 from opencrvs/release-v1.3.1-bugfixes
Browse files Browse the repository at this point in the history
Fixes to the release
  • Loading branch information
euanmillar authored Nov 10, 2023
2 parents 6ea5190 + cac4dfe commit 6e7f1ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
3 changes: 2 additions & 1 deletion src/api/application/application-config-default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ export const defaultApplicationConfig = {
DECLARATION_AUDIT_LOCATIONS: 'DISTRICT',
USER_NOTIFICATION_DELIVERY_METHOD: 'email', // or 'sms', or '' ... You can use 'sms' for WhatsApp
INFORMANT_NOTIFICATION_DELIVERY_METHOD: 'email', // or 'sms', or '' ... You can use 'sms' for WhatsApp
SIGNATURE_REQUIRED_FOR_ROLES: ['LOCAL_REGISTRAR', 'NATIONAL_REGISTRAR']
SIGNATURE_REQUIRED_FOR_ROLES: ['LOCAL_REGISTRAR', 'NATIONAL_REGISTRAR'],
EXTERNAL_VALIDATION_WORKQUEUE: false
}

export const COUNTRY_WIDE_CRUDE_DEATH_RATE = 10
11 changes: 0 additions & 11 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -348,17 +348,6 @@ export async function createServer() {
}
})

server.route({
method: 'GET',
path: '/handlebars.js',
handler: handlebarsHandler,
options: {
auth: false,
tags: ['api'],
description: 'Serves handlebars as JS'
}
})

server.route({
method: 'GET',
path: '/content/{application}',
Expand Down

0 comments on commit 6e7f1ce

Please sign in to comment.