Chore: Swagger Docs V1 (#546)
This commit is contained in:
@@ -144,4 +144,8 @@ Rails.application.routes.draw do
|
||||
mount Sidekiq::Web, at: '/sidekiq'
|
||||
end
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
# Routes for swagger docs
|
||||
get '/swagger/*path', to: 'swagger#respond'
|
||||
get '/swagger', to: 'swagger#respond'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user