@@ -15,25 +15,23 @@ import { ConfiguredAuthModule } from './vendor/configured.auth.module';
1515
1616export default AppContainer . create ( {
1717 docs : {
18- config : {
19- contact : {
20- 21- name : 'Douglas Neuroinformatics' ,
22- url : 'https://douglasneuroinformatics.ca'
23- } ,
24- description : 'Documentation for the REST API for Open Data Capture' ,
25- externalDoc : {
26- description : 'Homepage' ,
27- url : 'https://opendatacapture.org'
28- } ,
29- license : {
30- name : 'Apache-2.0' ,
31- url : 'https://www.apache.org/licenses/LICENSE-2.0'
32- } ,
33- tags : [ 'Authentication' , 'Groups' , 'Instruments' , 'Instrument Records' , 'Subjects' , 'Users' ] ,
34- title : 'Open Data Capture'
18+ contact : {
19+ 20+ name : 'Douglas Neuroinformatics' ,
21+ url : 'https://douglasneuroinformatics.ca'
3522 } ,
36- path : '/spec.json'
23+ description : 'Documentation for the REST API for Open Data Capture' ,
24+ externalDoc : {
25+ description : 'Homepage' ,
26+ url : 'https://opendatacapture.org'
27+ } ,
28+ license : {
29+ name : 'Apache-2.0' ,
30+ url : 'https://www.apache.org/licenses/LICENSE-2.0'
31+ } ,
32+ path : '/' ,
33+ tags : [ 'Authentication' , 'Groups' , 'Instruments' , 'Instrument Records' , 'Subjects' , 'Users' ] ,
34+ title : 'Open Data Capture'
3735 } ,
3836 envSchema : $Env ,
3937 imports : [
0 commit comments