Skip to content

Commit a4c016a

Browse files
Merge pull request #65 from trevjonez/tjones/service-check-url
Self hosted service auth check URL update
2 parents 3a3916b + f34a16d commit a4c016a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212

1313
export class Codecov {
1414
static baseUrl = "https://api.codecov.io";
15-
static checkAuthPath = "/api/v2/github/codecov";
15+
static checkAuthPath = "/api/v2/github/";
1616

1717
static _init() {
1818
fetchIntercept.register({

0 commit comments

Comments
 (0)