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 093ac27 commit bbde092Copy full SHA for bbde092
custom-server/src/index.js
@@ -29,7 +29,7 @@ const setupDocs = async (app) => {
29
specification: {
30
path: openapiFilePath,
31
},
32
- routePrefix: `${name}-${appConfig.docRoute}`,
+ // routePrefix: `${name}-${appConfig.docRoute}`,
33
});
34
35
await instance.register(swaggerUI, {
0 commit comments