Skip to content

Commit 4812e94

Browse files
authored
Merge pull request #111 from hyun357123/main
update nexus status api
2 parents 78797cd + 554321b commit 4812e94

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)