Skip to content

Commit

Permalink
css docs fix #14
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosoaress committed Nov 16, 2023
1 parent bd4a4a2 commit 4c37cb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"openapi3-ts": "^4.1.2",
"path": "^0.12.7",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "5.0.0",
"swagger-ui-express": "4.3.0",
"uuid": "^9.0.0",
"zod": "^3.22.2"
},
Expand Down
2 changes: 1 addition & 1 deletion src/utils/swagger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function swaggerDocs(app: Express, port: number) {
swaggerUi.setup(swaggerJsonDocs, {
customCssUrl: CSS_URL,
customSiteTitle: 'ComandasApi Docs',
// customJs: `/docs/swaggerjs`,
customJs: `/docs/swaggerjs`,
customfavIcon: `/docs/favicon`,
}),
);
Expand Down

0 comments on commit 4c37cb7

Please sign in to comment.