fix request
This commit is contained in:
@@ -9,7 +9,7 @@ import ru.oa2.lti.ApplicationService;
|
|||||||
|
|
||||||
@Slf4j
|
@Slf4j
|
||||||
@RestController
|
@RestController
|
||||||
@RequestMapping("/tool/result")
|
@RequestMapping("/tool/lti/result")
|
||||||
public class ResultController {
|
public class ResultController {
|
||||||
|
|
||||||
final ApplicationService service;
|
final ApplicationService service;
|
||||||
|
|||||||
@@ -148,7 +148,7 @@
|
|||||||
text: codeInput
|
text: codeInput
|
||||||
};
|
};
|
||||||
|
|
||||||
fetch('/tool/result/docker', {
|
fetch('/tool/lti/result/docker', {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
headers: {
|
headers: {
|
||||||
'Content-Type': 'application/json'
|
'Content-Type': 'application/json'
|
||||||
|
|||||||
Reference in New Issue
Block a user