Integration swagger with Express
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2022
11:53 PM
12-13-2022
11:53 PM
Integration swagger with Express
I have faced critical issue while integrating swagger into express project.
I have followed the swagger document but swagger endpoint returns raw HTML.
Who can help me?
Labels:
- Labels:
-
Swagger UI
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2022
02:12 AM
12-14-2022
02:12 AM
HI @bluesky49 ,
That sounds like a middleware issue, where the "Content-Type" is text/plain (or similar), instead of text/html.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2022
06:29 AM
12-14-2022
06:29 AM
I have tried it, but the error happened again.
