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