iris-contrib / swagger

Iris middleware to automatically generate RESTful API documentation with Swagger 2.0
MIT License
115 stars 32 forks source link

DeepLinking is not work #8

Open simon1005 opened 4 years ago

simon1005 commented 4 years ago

I configured DeepLinking is true , but it is not work. When I use the url with id to access the webpage, the corresponding page cannot be opened, and the homepage is always displayed

ps: the url like this( http://localhost/index.html#/user/account_getuser )

simon1005 commented 3 years ago

Jump and expand effects are not implemented now. Please read the following url. https://github.com/C186/swagger-ui/blob/master/docs/usage/deep-linking.md

Does the file named b0xfile__swagger-ui-bundle.js.go need to be updated?