We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f964e9a commit aaff35cCopy full SHA for aaff35c
src/main/java/com/iexec/worker/feign/client/ResultClient.java
@@ -20,7 +20,7 @@ public interface ResultClient {
20
ResponseEntity<String> login(@RequestParam(name = "chainId") Integer chainId,
21
@RequestBody String signedEip712Challenge) throws FeignException;
22
23
- @PostMapping("/results")
+ @PostMapping("/")
24
ResponseEntity<String> uploadResult(@RequestHeader("Authorization") String authorizationToken,
25
@RequestBody ResultModel resultModel);
26
0 commit comments