注释掉API文档

This commit is contained in:
z9hang 2015-01-31 17:14:47 +08:00
parent 836be8c75e
commit 944dc33212
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ module Mobile
mount Apis::Homeworks
#add_swagger_documentation ({api_version: 'v1', base_path: 'http://u06.shellinfo.cn/trustie/api'})
add_swagger_documentation ({api_version: 'v1', base_path: '/api'}) if Rails.env.development?
#add_swagger_documentation ({api_version: 'v1', base_path: '/api'}) if Rails.env.development?
end
end