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.
2 parents e60e749 + 20da5f2 commit b6d8c9cCopy full SHA for b6d8c9c
src/main/java/com/staketab/minanames/client/ZkCloudWorkerClient.java
@@ -24,7 +24,7 @@ public class ZkCloudWorkerClient {
24
@Value("${zk-cloud-worker.chain}")
25
private String chain;
26
27
- private static final String PATH_TO_ZK_CLOUD_WORKER = "/devnet";
+ private static final String PATH_TO_ZK_CLOUD_WORKER = "";
28
29
public ResponseEntity<String> sendToZkCloudWorker(ZkCloudWorkerRequestDTO requestDTO) {
30
setDefaultValues(requestDTO);
0 commit comments