cruxx commited on
Commit
0325cca
·
verified ·
1 Parent(s): 51e0278

Update app.js

Browse files
Files changed (1) hide show
  1. app.js +2 -3
app.js CHANGED
@@ -28,10 +28,9 @@ const optsSwagger = {
28
  info: {
29
  title: 'Ella API Documentation',
30
  version: '1.0.0'
31
- },
32
- // tags: [{ name: 'youtube' }]
33
  },
34
- exclude: [new RegExp(optsStatic.prefix)],
35
  path: '/docs',
36
  scalarConfig: { favicon: '/favicon.ico' }
37
  }
 
28
  info: {
29
  title: 'Ella API Documentation',
30
  version: '1.0.0'
31
+ }
 
32
  },
33
+ exclude: [new RegExp('/'), new RegExp(optsStatic.prefix)],
34
  path: '/docs',
35
  scalarConfig: { favicon: '/favicon.ico' }
36
  }