swaggo / gin-swagger

gin middleware to automatically generate RESTful API documentation with Swagger 2.0.
MIT License
3.76k stars 270 forks source link

multiple examples of css and js will cause 404 #231

Closed NaturalGao closed 2 years ago

NaturalGao commented 2 years ago

In many examples, css and js will appear 404. When switching, the later access will overwrite the previous access, resulting in 404 in the front.

NaturalGao commented 2 years ago

Upgrade swaggerFiles and use NewHandler() function to solve #197