Skip to content

Commit 554321b

Browse files
author
hyun123
committed
update nexus status api
1 parent 82b34e4 commit 554321b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/kr/co/mcmp/oss/nexus/api/NexusStatusApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class NexusStatusApi {
1515
private NexusRestClient client;
1616

1717
public HttpStatus statusEndpoint(OssDto nexus) {
18-
final String path = "v1/status";
18+
final String path = "service/rest/v1/status";
1919
String url = client.getUriBuilder(nexus.getOssUrl(), path).build().toUriString();
2020
log.debug("endpoint url : {}", url);
2121

0 commit comments

Comments
 (0)