修正作业详情接口

This commit is contained in:
z9hang 2015-01-13 16:00:17 +08:00
parent 8f8919c9fd
commit f0cac221e9
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ module Mobile
class Homeworks < Grape::API
def self.get_service
new HomeworkService
HomeworkService.new
end
resources :homeworks do