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

delete exclude main path

Browse files
Files changed (1) hide show
  1. app.js +1 -1
app.js CHANGED
@@ -30,7 +30,7 @@ const optsSwagger = {
30
  version: '1.0.0'
31
  }
32
  },
33
- exclude: [new RegExp('/'), new RegExp(optsStatic.prefix)],
34
  path: '/docs',
35
  scalarConfig: { favicon: '/favicon.ico' }
36
  }
 
30
  version: '1.0.0'
31
  }
32
  },
33
+ exclude: [new RegExp(optsStatic.prefix)],
34
  path: '/docs',
35
  scalarConfig: { favicon: '/favicon.ico' }
36
  }