@@ -1235,7 +1235,7 @@ export default {
this.$http
.get(
QUESTION_API +
- "/courseProperty/enable?courseNo=" +
+ "/courseProperty/enable?courseCode=" +
encodeURIComponent(courseNo)
)
.then((response) => {