fix request
This commit is contained in:
parent
0fc9a1f266
commit
8f96e5b3bb
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue