统一接口前缀
This commit is contained in:
@@ -97,7 +97,7 @@ public class TaskClaimConcurrencyTest extends AbstractIntegrationTest {
|
||||
HttpEntity<Void> request = new HttpEntity<>(headers);
|
||||
|
||||
ResponseEntity<Map> response = restTemplate.exchange(
|
||||
baseUrl("/api/tasks/" + taskId + "/claim"),
|
||||
baseUrl("/label/api/tasks/" + taskId + "/claim"),
|
||||
HttpMethod.POST, request, Map.class);
|
||||
|
||||
if (response.getStatusCode() == HttpStatus.OK) {
|
||||
|
||||
Reference in New Issue
Block a user