We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c33c1 commit 2147d25Copy full SHA for 2147d25
apps/api/src/main.ts
@@ -16,11 +16,12 @@ import { UsersModule } from './users/users.module';
16
17
export default AppFactory.create({
18
docs: {
19
- contact: {
20
- email: '[email protected]',
21
- name: 'Douglas Neuroinformatics',
22
- url: 'https://douglasneuroinformatics.ca'
23
- },
+ // TODO - allow this to be configured via env variables. requires changes in libnest.
+ // contact: {
+ // email: '[email protected]',
+ // name: 'Douglas Neuroinformatics',
+ // url: 'https://douglasneuroinformatics.ca'
24
+ // },
25
description: 'Documentation for the REST API for Open Data Capture',
26
externalDoc: {
27
description: 'Homepage',
0 commit comments