修改ErrorHandler未能加载问题
This commit is contained in:
parent
f29427a2fc
commit
222e2cc135
|
@ -1,5 +1,5 @@
|
||||||
module Mobile
|
module Mobile
|
||||||
|
require_relative 'middleware/error_handler'
|
||||||
class API < Grape::API
|
class API < Grape::API
|
||||||
version 'v1', using: :path
|
version 'v1', using: :path
|
||||||
format :json
|
format :json
|
||||||
|
@ -33,7 +33,7 @@ module Mobile
|
||||||
mount Apis::Homeworks
|
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: 'http://u06.shellinfo.cn/trustie/api'})
|
||||||
add_swagger_documentation ({api_version: 'v1', base_path: '/api'}) if Rails.env.devlopment?
|
add_swagger_documentation ({api_version: 'v1', base_path: '/api'}) if Rails.env.development?
|
||||||
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -12,7 +12,6 @@
|
||||||
# It's strongly recommended to check this file into your version control system.
|
# It's strongly recommended to check this file into your version control system.
|
||||||
|
|
||||||
ActiveRecord::Schema.define(:version => 20150123020615) do
|
ActiveRecord::Schema.define(:version => 20150123020615) do
|
||||||
>>>>>>> szzh
|
|
||||||
|
|
||||||
create_table "activities", :force => true do |t|
|
create_table "activities", :force => true do |t|
|
||||||
t.integer "act_id", :null => false
|
t.integer "act_id", :null => false
|
||||||
|
|
Loading…
Reference in New Issue