mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix gitlab auth and endpoint url
This commit is contained in:
@@ -816,7 +816,7 @@ export class Gitlab implements INodeType {
|
||||
repository = this.getNodeParameter('repository', i) as string;
|
||||
}
|
||||
|
||||
const baseEndpoint = `/repos/${owner}/${repository}`
|
||||
const baseEndpoint = `/projects/${owner}%2F${repository}`
|
||||
|
||||
if (resource === 'issue') {
|
||||
if (operation === 'create') {
|
||||
|
||||
Reference in New Issue
Block a user