Skip to content

Commit 282e365

Browse files
committed
chore: update styles path to swagger docs
1 parent 2b6b063 commit 282e365

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/swagger.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export const setupSwagger = (app: NestFastifyApplication) => {
5858

5959
SwaggerModule.setup(DOC_PATH, app, document, {
6060
customSiteTitle: SITE_TITLE,
61-
customCssUrl: 'https://kinopoisk.dev/assets/swagger.css',
62-
customfavIcon: 'https://kinopoisk.dev/assets/icon.png',
61+
customCssUrl: '/swagger.css',
62+
customfavIcon: '/icon.png',
6363
});
6464
};

0 commit comments

Comments
 (0)