I wish to change gen json way. make version route usefully in swagger doc. for example:
version:v1
http://127.0.0.1:4000/v1/swagger
version:v2
http://127.0.0.1:4000/v2/swagger
v1 is swagger json file and v2 is swagger json file.
so we can redefine swagger doc "tag", and make it rich to custom like it:
desc "user" do
tag "user"
end
I wish to change gen json way. make version route usefully in swagger doc. for example:
v1 is swagger json file and v2 is swagger json file.
so we can redefine swagger doc "tag", and make it rich to custom like it: