1 file + 1 − 0 Inline Compare changes Side-by-side Inline Show whitespace changes Files 1 types/Gitlab/GitlabRoute.ts +1 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ enum GitlabRoute { REPOSITORY_FORK = '/projects/{{id}}/fork', REPOSITORY_MEMBER_ADD = '/projects/{{id}}/members', REPOSITORY_MEMBERS_GET = '/projects/{{id}}/members/all', REPOSITORY_BADGES_ADD = '/projects/{{id}}/badges', REPOSITORY_VARIABLES_ADD = '/projects/{{id}}/variables', REPOSITORY_BRANCHES_PROTECT = '/projects/{{id}}/protected_branches', REPOSITORY_TREE = '/projects/{{id}}/repository/tree', Loading
types/Gitlab/GitlabRoute.ts +1 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ enum GitlabRoute { REPOSITORY_FORK = '/projects/{{id}}/fork', REPOSITORY_MEMBER_ADD = '/projects/{{id}}/members', REPOSITORY_MEMBERS_GET = '/projects/{{id}}/members/all', REPOSITORY_BADGES_ADD = '/projects/{{id}}/badges', REPOSITORY_VARIABLES_ADD = '/projects/{{id}}/variables', REPOSITORY_BRANCHES_PROTECT = '/projects/{{id}}/protected_branches', REPOSITORY_TREE = '/projects/{{id}}/repository/tree', Loading