Skip to content

Commit e5915a4

Browse files
authored
Merge pull request #1243 from joshunrau/remove-contact-from-docs
remove contact from docs, pending changes to make it configurable
2 parents b4c33c1 + 2147d25 commit e5915a4

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

apps/api/src/main.ts

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ import { UsersModule } from './users/users.module';
1616

1717
export default AppFactory.create({
1818
docs: {
19-
contact: {
20-
21-
name: 'Douglas Neuroinformatics',
22-
url: 'https://douglasneuroinformatics.ca'
23-
},
19+
// TODO - allow this to be configured via env variables. requires changes in libnest.
20+
// contact: {
21+
// email: '[email protected]',
22+
// name: 'Douglas Neuroinformatics',
23+
// url: 'https://douglasneuroinformatics.ca'
24+
// },
2425
description: 'Documentation for the REST API for Open Data Capture',
2526
externalDoc: {
2627
description: 'Homepage',

0 commit comments

Comments
 (0)