Skip to content

Commit

Permalink
Merge pull request #65 from trevjonez/tjones/service-check-url
Browse files Browse the repository at this point in the history
Self hosted service auth check URL update
  • Loading branch information
spalmurray-codecov authored Aug 13, 2024
2 parents 3a3916b + f34a16d commit a4c016a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {

export class Codecov {
static baseUrl = "https://api.codecov.io";
static checkAuthPath = "/api/v2/github/codecov";
static checkAuthPath = "/api/v2/github/";

static _init() {
fetchIntercept.register({
Expand Down

0 comments on commit a4c016a

Please sign in to comment.