Skip to content

Commit bbde092

Browse files
committed
fix invalid uncomment
1 parent 093ac27 commit bbde092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom-server/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const setupDocs = async (app) => {
2929
specification: {
3030
path: openapiFilePath,
3131
},
32-
routePrefix: `${name}-${appConfig.docRoute}`,
32+
// routePrefix: `${name}-${appConfig.docRoute}`,
3333
});
3434

3535
await instance.register(swaggerUI, {

0 commit comments

Comments
 (0)