From 651b0b2ceb165e05ceb3e87662f620a805e1106a Mon Sep 17 00:00:00 2001 From: Ruslan Abelkharisov Date: Mon, 17 Oct 2022 14:01:07 +0300 Subject: [PATCH] support custom gitlab installations with url like host/some/path/to/gitlab --- src/Api/AbstractApi.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Api/AbstractApi.php b/src/Api/AbstractApi.php index 5c81d6fd..95ed1376 100644 --- a/src/Api/AbstractApi.php +++ b/src/Api/AbstractApi.php @@ -36,7 +36,7 @@ abstract class AbstractApi * * @var string */ - private const URI_PREFIX = '/api/v4/'; + private const URI_PREFIX = 'api/v4/'; /** * The client instance.