cruxx commited on
Commit
4c53211
·
verified ·
1 Parent(s): eba57a7

Change elysia provider to swagger

Browse files
Files changed (1) hide show
  1. app.js +1 -1
app.js CHANGED
@@ -32,7 +32,7 @@ const optsSwagger = {
32
  },
33
  exclude: [new RegExp(optsStatic.prefix)],
34
  path: '/docs',
35
- scalarConfig: { favicon: '/favicon.ico' }
36
  }
37
 
38
  export const app = new Elysia(optsElysia)
 
32
  },
33
  exclude: [new RegExp(optsStatic.prefix)],
34
  path: '/docs',
35
+ provider: 'swagger-ui'
36
  }
37
 
38
  export const app = new Elysia(optsElysia)