express - nodejs swagger router is redirecting on using multiple routes -
i'm using https://github.com/apigee-127/swagger-tools swagger documentation on server. have client proxy route server in when i'm on client if http://{client_url}/server take {server_url}. problem is:
the swagger documentation comes pretty fine if load http://{server_url}/docs not when http://{client_url}/server/docs . redirects http://{client_url}/docs. there way set multiple base paths swagger documentation ?
i think swagger-combined v1.2 can you.
if config "base_path" , "route_match" correctly, work you.
Comments
Post a Comment