Skip to content
Snippets Groups Projects
Commit 4a5eb682 authored by michael.minelli's avatar michael.minelli
Browse files

GitlabRoute => Add delete repo route

parent 2d561869
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ enum GitlabRoute {
USERS_GET = '/users',
REPOSITORY_GET = '/projects/{{id}}',
REPOSITORY_CREATE = '/projects',
REPOSITORY_DELETE = '/projects/{{id}}',
REPOSITORY_EDIT = '/projects/{{id}}',
REPOSITORY_FORK = '/projects/{{id}}/fork',
REPOSITORY_MEMBER_ADD = '/projects/{{id}}/members',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment