ソースを参照

配置文件完善

reloaded 5 年 前
コミット
7291e5b208
1 ファイル変更6 行追加3 行削除
  1. 6 3
      app/controller/.uploadtask.js

+ 6 - 3
app/controller/.uploadtask.js

@@ -8,7 +8,8 @@ module.exports = {
       '!studentid',
       'picrul',
       'taskid',
-      'score'
+      'score',
+      'answers'
     ]
   },
   destroy: {
@@ -25,7 +26,8 @@ module.exports = {
       'studentid',
       'picrul',
       'taskid',
-      'score'
+      'score',
+      'answers'
     ]
   },
   show: {
@@ -44,7 +46,8 @@ module.exports = {
         studentid : 'studentid',
         picrul : 'picrul',
         taskid: 'taskid',
-        score: 'score'
+        score: 'score',
+        answers:'answers'
       }
     },
     service: 'query',