mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-25 07:16:40 +00:00
Support multiple swagger documents. Add custom_ui_generator. Update readme
This commit is contained in:
@@ -9,9 +9,8 @@ module SwaggerRails
|
||||
class << self
|
||||
attr_accessor :swagger_docs
|
||||
|
||||
#Defaults
|
||||
@@swagger_docs = {
|
||||
'V1' => '/swagger/v1/swagger.json'
|
||||
'V1' => 'v1/swagger.json'
|
||||
}
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user