We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82b34e4 commit 554321bCopy full SHA for 554321b
src/main/java/kr/co/mcmp/oss/nexus/api/NexusStatusApi.java
@@ -15,7 +15,7 @@ public class NexusStatusApi {
15
private NexusRestClient client;
16
17
public HttpStatus statusEndpoint(OssDto nexus) {
18
- final String path = "v1/status";
+ final String path = "service/rest/v1/status";
19
String url = client.getUriBuilder(nexus.getOssUrl(), path).build().toUriString();
20
log.debug("endpoint url : {}", url);
21
0 commit comments