1 parent 35b27d5 commit bcc5024Copy full SHA for bcc5024
1 file changed
frontend/src/pages/oj/api.js
@@ -209,7 +209,7 @@ export default {
209
},
210
})
211
212
- getProblemLLMHintUrl(problemID, contestID) {
+ getProblemLLMHintUrl(problemID, userCode, contestID) {
213
let url = `/api/problem/llm_hint?problem_id=${encodeURIComponent(problemID)}`
214
if (contestID) url += `&contest_id=${encodeURIComponent(contestID)}`
215
if (userCode) {
0 commit comments