Skip to content

Commit

Permalink
Fixes GitLab API base url
Browse files Browse the repository at this point in the history
  • Loading branch information
axosoft-ramint committed Nov 21, 2023
1 parent 5102773 commit e14903e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plus/integrations/providers/gitlab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class GitLabIntegration extends ProviderIntegration<GitLabRepositoryDescr
}

protected get apiBaseUrl(): string {
return 'https://gitlab.com/api/v4';
return 'https://gitlab.com/api';
}

protected override async getProviderAccountForCommit(
Expand Down

0 comments on commit e14903e

Please sign in to comment.