Skip to content
Snippets Groups Projects
Commit 20ec89ce authored by joel.vonderwe's avatar joel.vonderwe
Browse files

Add languages api route

parent e97f044e
Branches
Tags
No related merge requests found
......@@ -4,6 +4,7 @@ enum ApiRoute {
TEST_SESSION = '/test_session',
GITLAB_CHECK_TEMPLATE_ACCESS = '/gitlab/project/{{id}}/checkTemplateAccess',
SONAR = '/sonar',
LANGUAGES = '/assignments/languages',
ASSIGNMENT_GET = '/assignments/{{nameOrUrl}}',
ASSIGNMENT_CREATE = '/assignments',
ASSIGNMENT_PUBLISH = '/assignments/{{nameOrUrl}}/publish',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment