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

Add languages api route

parent c43bbd4e
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,7 @@ enum ApiRoute { ...@@ -24,6 +24,7 @@ enum ApiRoute {
TAG_PROPOSAL_GET_CREATE = '/tags/proposals', TAG_PROPOSAL_GET_CREATE = '/tags/proposals',
TAG_PROPOSAL_UPDATE = '/tags/proposals/{{tagName}}', TAG_PROPOSAL_UPDATE = '/tags/proposals/{{tagName}}',
SONAR = '/sonar', SONAR = '/sonar',
LANGUAGES = '/assignments/languages',
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment