Merge pull request #2354 from Dokploy/canary

🚀 Release v0.24.9
This commit is contained in:
Mauricio Siu
2025-08-10 06:13:01 -06:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "dokploy",
"version": "v0.24.8",
"version": "v0.24.9",
"private": true,
"license": "Apache-2.0",
"type": "module",

View File

@@ -316,7 +316,7 @@ export const getGitlabBranches = async (input: {
while (true) {
const branchesResponse = await fetch(
`https://gitlab.com/api/v4/projects/${input.id}/repository/branches?page=${page}&per_page=${perPage}`,
`${gitlabProvider.gitlabUrl}/api/v4/projects/${input.id}/repository/branches?page=${page}&per_page=${perPage}`,
{
headers: {
Authorization: `Bearer ${gitlabProvider.accessToken}`,