Skip to content
Snippets Groups Projects
Commit c70afb93 authored by joel.vonderwe's avatar joel.vonderwe Committed by michael.minelli
Browse files

Add sonar route

parent 31aa9efb
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,8 @@ enum SonarRoute {
SET_PAT = '/api/alm_integrations/set_pat',
PROJECT_CREATE_GITLAB = '/api/alm_integrations/import_gitlab_project',
PROJECT_ADD_GATE = '/api/qualitygates/select',
PROJECT_ADD_PROFILE = '/api/qualityprofiles/add_project',
PROJECT_ADD_PROFILE = '/api/qualityprofiles/add_project',
PROJECT_DELETE = '/api/projects/delete',
GET_LANGUAGES = '/api/languages/list'
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment