fix request

This commit is contained in:
Anton Dzyk 2025-12-14 20:01:15 +03:00
parent 0fc9a1f266
commit 8f96e5b3bb
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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'