Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 7d6c7dd

Browse files
committed
update api endpoint
1 parent 2d8be11 commit 7d6c7dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codacy/Coverage/Command/Clover.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,6 @@ protected function getBaseCodacyUrl($url = null)
144144
}
145145
$url = getenv("CODACY_API_BASE_URL");
146146

147-
return $url ? $url : "https://www.codacy.com";
147+
return $url ? $url : "https://api.codacy.com";
148148
}
149149
}

0 commit comments

Comments
 (0)